Add CMainFlow

Former-commit-id: f18a1963f0
This commit is contained in:
2022-10-23 18:44:54 -07:00
parent 47a12b876a
commit bb6cc62a9d
19 changed files with 254 additions and 38 deletions

View File

@@ -0,0 +1,15 @@
#ifndef _CMFGAMELOADER
#define _CMFGAMELOADER
#include "MetroidPrime/CIOWin.hpp"
class CMFGameLoader : public CIOWin {
public:
CMFGameLoader();
EMessageReturn OnMessage(const CArchitectureMessage& message, CArchitectureQueue& queue);
private:
char data[0x1c];
};
#endif // _CMFGAMELOADER