From d3193687a73b92213095db6b8bbf6b6b4614af12 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 22 Oct 2011 20:44:26 +1100 Subject: TSAGE: Beginnings of support for Return to Ringworld --- engines/tsage/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/tsage/core.h') diff --git a/engines/tsage/core.h b/engines/tsage/core.h index 95eeba7526..0137134583 100644 --- a/engines/tsage/core.h +++ b/engines/tsage/core.h @@ -62,6 +62,7 @@ public: public: InvObject(int sceneNumber, int rlbNum, int cursorNum, CursorType cursorId, const Common::String description); InvObject(int visage, int strip, int frame); + InvObject(int visage, int strip); bool inInventory() const { return _sceneNumber == 1; } void setCursor(); @@ -578,6 +579,7 @@ public: virtual void changeAngle(int angle); void setup(int visage, int stripFrameNum, int frameNum, int posX, int posY, int priority); + void setup(int visage, int stripFrameNum, int frameNum); }; class BackgroundSceneObject: public SceneObject { -- cgit v1.2.3