aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 3032ef2f56..4090327bff 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -434,6 +434,8 @@ public:
int _field2A;
SceneHotspot_3(): SceneHotspot_2() {}
+ void quickInit(const int ys, const int xe, const int ye, const int xs, const int val26, const int val28, const int val2A);
+ virtual void doAction(int action);
virtual Common::String getClassName() { return "SceneHotspot_3"; }
};
@@ -557,6 +559,7 @@ public:
virtual void draw();
virtual void proc19() {}
virtual void updateScreen();
+ void quickInit(int visage, int stripFrameNum, int frameNum, int posX, int posY, int priority);
};
class SceneObjectExt: public SceneObject {