ACCESS: Implemented code for cmdChapter
This commit is contained in:
parent
59c4c93c00
commit
3627ff51aa
13 changed files with 235 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue