EchoesOfFate
A game for our COMP315 Project
 
Loading...
Searching...
No Matches
StateManager.h File Reference
#include <memory>
#include <stack>
#include "State.h"
#include "MainMenuState.h"
#include "IntroState.h"
#include "ChapterOneState.h"
#include "PauseMenuState.h"
#include "SettingMenuState.h"
#include "CutsceneState.h"

Go to the source code of this file.

Classes

class  StateManager
 All the possible states included here to make switching easier. More...