Home
last modified time | relevance | path

Searched refs:MohawkEngine (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dmohawk.cpp37 MohawkEngine::MohawkEngine(OSystem *syst, const MohawkGameDescription *gamedesc) : Engine(syst), _g… in MohawkEngine() function in Mohawk::MohawkEngine
45 MohawkEngine::~MohawkEngine() { in ~MohawkEngine()
51 Common::Error MohawkEngine::run() { in run()
57 void MohawkEngine::pauseGame() { in pauseGame()
61 Common::SeekableReadStream *MohawkEngine::getResource(uint32 tag, uint16 id) { in getResource()
69 bool MohawkEngine::hasResource(uint32 tag, uint16 id) { in hasResource()
77 bool MohawkEngine::hasResource(uint32 tag, const Common::String &resName) { in hasResource()
85 uint32 MohawkEngine::getResourceOffset(uint32 tag, uint16 id) { in getResourceOffset()
93 uint16 MohawkEngine::findResourceID(uint32 tag, const Common::String &resName) { in findResourceID()
101 Common::String MohawkEngine::getResourceName(uint32 tag, uint16 id) { in getResourceName()
[all …]
H A Dmetaengine.cpp60 const char* MohawkEngine::getGameId() const { in getGameId()
64 uint32 MohawkEngine::getFeatures() const { in getFeatures()
68 bool MohawkEngine::isGameVariant(MohawkGameFeatures feature) const { in isGameVariant()
72 Common::Platform MohawkEngine::getPlatform() const { in getPlatform()
76 const char *MohawkEngine::getAppName() const { in getAppName()
80 uint8 MohawkEngine::getGameType() const { in getGameType()
88 Common::Language MohawkEngine::getLanguage() const { in getLanguage()
92 bool MohawkEngine::hasFeature(EngineFeature f) const { in hasFeature()
101 MohawkEngine::hasFeature(f) in hasFeature()
113 MohawkEngine::hasFeature(f) in hasFeature()
H A Ddialogs.h48 class MohawkEngine; variable
52 MohawkEngine *_vm;
57 InfoDialog(MohawkEngine *vm, const Common::U32String &message);
76 PauseDialog(MohawkEngine* vm, const Common::U32String &message);
H A Dmohawk.h55 class MohawkEngine : public ::Engine {
60 MohawkEngine(OSystem *syst, const MohawkGameDescription *gamedesc);
61 ~MohawkEngine() override;
H A Dsound.h101 class MohawkEngine; variable
105 explicit Sound(MohawkEngine *vm);
117 MohawkEngine *_vm;
H A Dcstime_graphics.h42 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
H A Dlivingbooks_graphics.h43 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
H A Dvideo.h41 class MohawkEngine; variable
240 explicit VideoManager(MohawkEngine *vm);
259 MohawkEngine *_vm;
H A Dcursors.h52 class MohawkEngine; variable
75 explicit DefaultCursorManager(MohawkEngine *vm, uint32 tag = ID_TCUR) : _vm(vm), _tag(tag) {} in _vm()
82 MohawkEngine *_vm;
H A Dgraphics.h37 class MohawkEngine; variable
96 virtual MohawkEngine *getVM() = 0;
H A Dmyst_graphics.h75 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
H A Driven_graphics.h113 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dmohawk.cpp37 MohawkEngine::MohawkEngine(OSystem *syst, const MohawkGameDescription *gamedesc) : Engine(syst), _g… in MohawkEngine() function in Mohawk::MohawkEngine
45 MohawkEngine::~MohawkEngine() { in ~MohawkEngine()
54 Common::Error MohawkEngine::run() { in run()
60 void MohawkEngine::pauseGame() { in pauseGame()
64 Common::SeekableReadStream *MohawkEngine::getResource(uint32 tag, uint16 id) { in getResource()
72 bool MohawkEngine::hasResource(uint32 tag, uint16 id) { in hasResource()
80 bool MohawkEngine::hasResource(uint32 tag, const Common::String &resName) { in hasResource()
88 uint32 MohawkEngine::getResourceOffset(uint32 tag, uint16 id) { in getResourceOffset()
96 uint16 MohawkEngine::findResourceID(uint32 tag, const Common::String &resName) { in findResourceID()
104 Common::String MohawkEngine::getResourceName(uint32 tag, uint16 id) { in getResourceName()
H A Ddetection.cpp57 const char* MohawkEngine::getGameId() const { in getGameId()
61 uint32 MohawkEngine::getFeatures() const { in getFeatures()
65 Common::Platform MohawkEngine::getPlatform() const { in getPlatform()
69 const char *MohawkEngine::getAppName() const { in getAppName()
73 uint8 MohawkEngine::getGameType() const { in getGameType()
81 Common::Language MohawkEngine::getLanguage() const { in getLanguage()
85 bool MohawkEngine::hasFeature(EngineFeature f) const { in hasFeature()
90 Common::String MohawkEngine::getDatafileLanguageName(const char *prefix) const { in getDatafileLanguageName()
112 MohawkEngine::hasFeature(f) in hasFeature()
123 MohawkEngine::hasFeature(f) in hasFeature()
H A Ddialogs.h43 class MohawkEngine; variable
47 MohawkEngine *_vm;
52 InfoDialog(MohawkEngine *vm, const Common::String &message);
71 PauseDialog(MohawkEngine* vm, const Common::String &message);
H A Dmohawk.h75 class MohawkEngine : public ::Engine {
80 MohawkEngine(OSystem *syst, const MohawkGameDescription *gamedesc);
81 ~MohawkEngine() override;
H A Dsound.h101 class MohawkEngine; variable
105 explicit Sound(MohawkEngine *vm);
117 MohawkEngine *_vm;
H A Dcstime_graphics.h42 MohawkEngine *getVM() { return (MohawkEngine *)_vm; } in getVM()
H A Dlivingbooks_graphics.h43 MohawkEngine *getVM() { return (MohawkEngine *)_vm; } in getVM()
H A Dcursors.h52 class MohawkEngine; variable
75 explicit DefaultCursorManager(MohawkEngine *vm, uint32 tag = ID_TCUR) : _vm(vm), _tag(tag) {} in _vm()
82 MohawkEngine *_vm;
H A Dvideo.h41 class MohawkEngine; variable
240 explicit VideoManager(MohawkEngine *vm);
259 MohawkEngine *_vm;
H A Dgraphics.h37 class MohawkEngine; variable
96 virtual MohawkEngine *getVM() = 0;
H A Dmyst_graphics.h74 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
H A Driven_graphics.h117 MohawkEngine *getVM() override { return (MohawkEngine *)_vm; } in getVM()
H A Dview.h196 View(MohawkEngine *vm);
235 MohawkEngine *_vm;

12