22 #ifndef ACCESS_NOCTROPOLIS_NOCTROPOLIS_SCRIPTS_H 23 #define ACCESS_NOCTROPOLIS_NOCTROPOLIS_SCRIPTS_H 25 #include "access/scripts.h" 29 namespace Noctropolis {
31 class NoctropolisEngine;
37 bool executeSpecial(
int commandIndex,
int param1,
int param2)
override;
39 void searchForSequence()
override;
42 void skipCommand(byte cmd);
49 #endif // ACCESS_NOCTROPOLIS_NOCTROPOLIS_SCRIPTS_H
Definition: noctropolis_scripts.h:33
Definition: noctropolis_game.h:46