aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 09a8dae9f1..84463b0e36 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -293,6 +293,8 @@ public:
void asmPanRightToJoeAndRita();
void asmPanLeftToBomb();
void asmEndDemo();
+ void asmInterviewIntro();
+ void asmEndInterview();
typedef bool (Logic::*ExecuteSpecialMoveProc)(uint16);
typedef bool (Logic::*PreChangeRoomProc)();