aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index 6c54a81953..a865bf2c3b 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -28,10 +28,8 @@
#include "engines/engine.h"
-#include "common/rect.h"
#include "common/array.h"
#include "common/events.h"
-#include "common/func.h"
#include "kyra/script.h"
@@ -57,11 +55,6 @@ struct GameFlags {
byte gameID;
};
-struct Rect {
- int x, y;
- int x2, y2;
-};
-
enum {
GI_KYRA1 = 0,
GI_KYRA2 = 1,