diff options
Diffstat (limited to 'engines/tsage/tsage.h')
-rw-r--r-- | engines/tsage/tsage.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/engines/tsage/tsage.h b/engines/tsage/tsage.h index 41179c4915..ea4f5da6ea 100644 --- a/engines/tsage/tsage.h +++ b/engines/tsage/tsage.h @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. - + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. @@ -27,6 +27,7 @@ #include "common/rect.h" #include "audio/mixer.h" #include "common/file.h" +#include "gui/debugger.h" #include "tsage/core.h" #include "tsage/resources.h" @@ -76,12 +77,12 @@ public: MemoryManager _memoryManager; Debugger *_debugger; + GUI::Debugger *getDebugger() { return _debugger; } const char *getGameId() const; uint32 getGameID() const; uint32 getFeatures() const; Common::String getPrimaryFilename() const; - bool shouldQuit(); virtual Common::Error init(); virtual Common::Error run(); |