aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gameloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gameloader.h')
-rw-r--r--engines/fullpipe/gameloader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/gameloader.h b/engines/fullpipe/gameloader.h
index db691005f9..99f263e2d5 100644
--- a/engines/fullpipe/gameloader.h
+++ b/engines/fullpipe/gameloader.h
@@ -32,7 +32,7 @@ namespace Fullpipe {
class SceneTag;
class MctlCompound;
class CInputController;
-class CInteractionController;
+class InteractionController;
class MotionController;
class Sc2 : public CObject {
@@ -90,7 +90,7 @@ class CGameLoader : public CObject {
void saveScenePicAniInfos(int sceneId);
GameProject *_gameProject;
- CInteractionController *_interactionController;
+ InteractionController *_interactionController;
CInputController *_inputController;
CInventory2 _inventory;
Sc2Array _sc2array;
@@ -109,7 +109,7 @@ class CGameLoader : public CObject {
};
CInventory2 *getGameLoaderInventory();
-CInteractionController *getGameLoaderInteractionController();
+InteractionController *getGameLoaderInteractionController();
MctlCompound *getSc2MctlCompoundBySceneId(int16 sceneId);
} // End of namespace Fullpipe