ACCESS: Implemented code for cmdChapter

This commit is contained in:
Paul Gilbert 2014-10-31 23:01:47 -04:00
parent 59c4c93c00
commit 3627ff51aa
13 changed files with 235 additions and 10 deletions

View file

@ -66,7 +66,6 @@ protected:
void cmdJumpTalk();
void cmdNull();
void cmdPrint();
void cmdRetPos();
void cmdAnim();
void cmdSetFlag();
void cmdCheckFlag();
@ -145,7 +144,9 @@ public:
void findNull();
// Script commands that need to be public
void cmdFreeSound();
void cmdRetPos();
};
} // End of namespace Access