mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
various input class implementations
This commit is contained in:
@@ -8,10 +8,10 @@ namespace Retro
|
||||
|
||||
enum EClientFlowStates
|
||||
{
|
||||
ClientStateUnspecified = -1,
|
||||
ClientStateFrontEnd = 7,
|
||||
ClientStateGameLoad = 13,
|
||||
ClientStateMoviePlay = 14
|
||||
ClientFlowUnspecified = -1,
|
||||
ClientFlowFrontEnd = 7,
|
||||
ClientFlowGameLoad = 13,
|
||||
ClientFlowMoviePlay = 14
|
||||
};
|
||||
|
||||
class CMainFlowBase : public CIOWin
|
||||
|
||||
Reference in New Issue
Block a user