New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
StateStateMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <state/StateStateMethod.h>
4#include <state/StateMgr.h>
5
6template <typename T, template <typename FactoryT> class Factory>
8{
9 STATE_MGR_BASE_BODY(StateStateMgr, StateStateMethod)
10
11public:
16
17 bool isSubState() const
18 {
20 }
21
23 {
25 }
26
31
32 const StateID* getMainStateID() const
33 {
34 return mMethod.getMainStateID();
35 }
36};
Definition StateStateMgr.h:8