mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
TOLTECS: Add missing getDebugger() for engine API.
This commit is contained in:
parent
ba1336ee2a
commit
01365b62b9
@ -36,13 +36,16 @@
|
||||
|
||||
#include "graphics/surface.h"
|
||||
|
||||
#include "gui/debugger.h"
|
||||
|
||||
#include "toltecs/console.h"
|
||||
|
||||
namespace Toltecs {
|
||||
|
||||
struct ToltecsGameDescription;
|
||||
|
||||
class AnimationPlayer;
|
||||
class ArchiveReader;
|
||||
class Console;
|
||||
class Input;
|
||||
class MenuSystem;
|
||||
class MoviePlayer;
|
||||
@ -110,6 +113,8 @@ public:
|
||||
const Common::String& getTargetName() const { return _targetName; }
|
||||
void syncSoundSettings();
|
||||
|
||||
GUI::Debugger *getDebugger() { return _console; }
|
||||
|
||||
void setupSysStrings();
|
||||
void requestSavegame(int slotNum, Common::String &description);
|
||||
void requestLoadgame(int slotNum);
|
||||
|
Loading…
x
Reference in New Issue
Block a user