8 #include "GameManager.h" static void Rander()
Renders the current level and any updates
Definition: EventManager.cpp:61
Class for GameManager This class helps to manages the Game Level
Definition: GameManager.h:17
static void Init()
Initialize values and assets for the level
Definition: EventManager.cpp:19
static void Update()
Updates any game behavior based on certain condition
Definition: EventManager.cpp:73
static void LoadInitialLevel(GameManager *Lvl)
Loads the level
Definition: EventManager.cpp:31
static void SwitchLevel(GameManager *Lvl)
Switches level when current level is complete
Definition: EventManager.cpp:45
static bool Loading
This bool tell the game's loading state This prevents rendering while loading assets ...
Definition: EventManager.h:25
Class Manages the different levels that the game may have. It also manage how and when a level should...
Definition: EventManager.h:15
static GameManager * currentLevel
Definition: EventManager.h:18