mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 02:42:34 +00:00
DM: Move F0463_START_InitializeGame_CPSADEF, F0002_MAIN_GameLoop_CPSDF in DMEngine to private
This commit is contained in:
parent
bcf8e07f28
commit
cc6ff27dd3
@ -81,13 +81,13 @@ enum {
|
||||
class DMEngine : public Engine {
|
||||
void startGame(); // @ F0462_START_StartGame_CPSF
|
||||
void processNewPartyMap(uint16 mapIndex); // @ F0003_MAIN_ProcessNewPartyMap_CPSE
|
||||
void initializeGame(); // @ F0463_START_InitializeGame_CPSADEF
|
||||
void gameloop(); // @ F0002_MAIN_GameLoop_CPSDF
|
||||
public:
|
||||
DMEngine(OSystem *syst);
|
||||
~DMEngine();
|
||||
|
||||
virtual Common::Error run(); // @ main
|
||||
void initializeGame(); // @ F0463_START_InitializeGame_CPSADEF
|
||||
void gameloop(); // @ F0002_MAIN_GameLoop_CPSDF
|
||||
|
||||
private:
|
||||
Console *_console;
|
||||
|
Loading…
Reference in New Issue
Block a user