Skip to content

Commit

Permalink
DM: Move F0463_START_InitializeGame_CPSADEF, F0002_MAIN_GameLoop_CPSD…
Browse files Browse the repository at this point in the history
…F in DMEngine to private
  • Loading branch information
Bendegúz Nagy committed Aug 26, 2016
1 parent bcf8e07 commit cc6ff27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/dm/dm.h
Expand Up @@ -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;
Expand Down

0 comments on commit cc6ff27

Please sign in to comment.