aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 624c69c289..271f2315f3 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -146,8 +146,9 @@ public:
uint32 _features;
char *_targetName; // target name for saves
+ Input *_input;
Sound *_sound;
- Display *_display;
+ Graphics *_graphics;
Debugger *_debugger;
@@ -373,8 +374,9 @@ public:
};
extern Sword2Engine *g_sword2;
+extern Input *g_input;
extern Sound *g_sound;
-extern Display *g_display;
+extern Graphics *g_graphics;
} // End of namespace Sword2