aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorMax Horn2003-11-02 02:18:16 +0000
committerMax Horn2003-11-02 02:18:16 +0000
commitb27a871f870df854a6db0f4530d4596483927bb1 (patch)
treef6c75300cd5dcd22b67044256e36a01f985a054d /sword2/sword2.h
parentf2c4bbbdbfb06b5296eb3fcdcb7235292e6ac039 (diff)
downloadscummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.tar.gz
scummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.tar.bz2
scummvm-rg350-b27a871f870df854a6db0f4530d4596483927bb1.zip
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index cb71de2772..34f77b7ebd 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -34,8 +34,6 @@ enum {
GF_DEMO = 1 << 0
};
-class NewGui;
-
namespace Sword2 {
// Bodge for PCF76 version so that their demo CD can be labelled "PCF76"
@@ -140,7 +138,6 @@ public:
Sound *_sound;
Display *_display;
- NewGui *_newgui;
Debugger *_debugger;
Common::RandomSource _rnd;