mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
DGDS: Remove unimplemented function definitions
This commit is contained in:
parent
435e8e8f17
commit
80bf5fa735
@ -302,9 +302,6 @@ public:
|
||||
bool runPreTickOps() { return runOps(_preTickOps); }
|
||||
bool runPostTickOps() { return runOps(_postTickOps); }
|
||||
|
||||
void mouseMoved(const Common::Point pt);
|
||||
void mouseClicked(const Common::Point pt);
|
||||
|
||||
bool runOps(const Common::Array<SceneOp> &ops, int16 addMinutes = 0);
|
||||
virtual Common::Error syncState(Common::Serializer &s) = 0;
|
||||
virtual void enableTrigger(uint16 numm, bool enable = true) {}
|
||||
@ -331,9 +328,6 @@ protected:
|
||||
void setItemAttrOp(const Common::Array<uint16> &args);
|
||||
void setDragItemOp(const Common::Array<uint16> &args);
|
||||
|
||||
void drawDragonCountdown1();
|
||||
void drawDragonCountdown2();
|
||||
|
||||
bool runSceneOp(const SceneOp &op);
|
||||
bool runDragonOp(const SceneOp &op);
|
||||
bool runChinaOp(const SceneOp &op);
|
||||
|
Loading…
x
Reference in New Issue
Block a user