aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 5a1926ae22..d82881aba1 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -52,14 +52,12 @@ struct ZoneSlot {
Box box;
};
-class Debug;
class QueenEngine;
class Logic {
public:
Logic(QueenEngine *vm);
- ~Logic();
uint16 currentRoom() const { return _currentRoom; }
void currentRoom(uint16 room) {
@@ -425,7 +423,6 @@ protected:
bool _subtitles;
- Debug *_dbg;
QueenEngine *_vm;
};