22 #ifndef MYST_SCRIPTS_SLIDES_H 23 #define MYST_SCRIPTS_SLIDES_H 25 #include "common/scummsys.h" 26 #include "common/util.h" 27 #include "mohawk/myst_scripts.h" 31 struct MystScriptEntry;
33 namespace MystStacks {
35 #define DECLARE_OPCODE(x) void x(uint16 var, const ArgumentsArray &args) 42 void disablePersistentScripts()
override;
43 void runPersistentScripts()
override;
48 DECLARE_OPCODE(o_returnToMenu);
50 DECLARE_OPCODE(o_setCardSwap);
52 bool _cardSwapEnabled;
Definition: myst_scripts.h:60