aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/fullpipe.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-28 16:50:43 +0300
committerEugene Sandulenko2013-09-06 14:51:07 +0300
commit3c77ad17afab558f638b3f09dd938847ec3a6685 (patch)
tree4e97cb46ba678e1ccbbdf285119f3acd5e9d2f9b /engines/fullpipe/fullpipe.h
parent74b662516dec82d17d897510e7ef3a322e7fdd26 (diff)
downloadscummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.tar.gz
scummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.tar.bz2
scummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.zip
FULLPIPE: Implement FullpipeEngine::initCursors()
Diffstat (limited to 'engines/fullpipe/fullpipe.h')
-rw-r--r--engines/fullpipe/fullpipe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/fullpipe.h b/engines/fullpipe/fullpipe.h
index c058022312..a0dba6a431 100644
--- a/engines/fullpipe/fullpipe.h
+++ b/engines/fullpipe/fullpipe.h
@@ -48,6 +48,7 @@ class CGameLoader;
class CGameVar;
class CInputController;
class CInventory2;
+struct CursorInfo;
class EntranceInfo;
class GameProject;
class GlobalMessageQueueList;
@@ -92,6 +93,7 @@ public:
bool loadGam(const char *fname);
CGameVar *getGameLoaderGameVar();
+ CInputController *getGameLoaderInputController();
int _gameProjectVersion;
int _pictureScale;
@@ -135,6 +137,7 @@ public:
void setSwallowedEggsState();
void initCursors();
+ void addCursor(CursorInfo *cursorInfo, Scene *inv, int pictureId, int hotspotX, int hotspotY, int itemPictureOffsX, int itemPictureOffsY);
CGameVar *_swallowedEgg1;
CGameVar *_swallowedEgg2;