Master singleton of the Wizard Engine. More...
Go to the source code of this file.
Classes | |
class | wze::engine |
Namespaces | |
namespace | wze |
Wizard Engine. | |
Master singleton of the Wizard Engine.
Logs a message to the console.
Updates the subsystems of the engine, then returns true if the game should continue, false otherwise.
Initializes the subsystems of the engine.
Plays the intro of the engine.
Private default constructor to prevent instantiation.
title | Title of the game window. |
width | Width of the game window. |
height | Height of the game window. |
message | Message to log. |
log_level | Log level. |
Definition in file engine.hpp.