mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Initial CSlideShow
This commit is contained in:
@@ -17,7 +17,7 @@ enum class EClientFlowStates
|
||||
class CMainFlowBase : public CIOWin
|
||||
{
|
||||
protected:
|
||||
EClientFlowStates x14_gameState;
|
||||
EClientFlowStates x14_gameState = EClientFlowStates::Unspecified;
|
||||
public:
|
||||
CMainFlowBase(const char* name) : CIOWin(name) {}
|
||||
EMessageReturn OnMessage(const CArchitectureMessage& msg, CArchitectureQueue& queue);
|
||||
|
||||
Reference in New Issue
Block a user