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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/gameloader.h b/engines/fullpipe/gameloader.h
index 99f263e2d5..fe0ec95c4c 100644
--- a/engines/fullpipe/gameloader.h
+++ b/engines/fullpipe/gameloader.h
@@ -31,7 +31,7 @@ namespace Fullpipe {
class SceneTag;
class MctlCompound;
-class CInputController;
+class InputController;
class InteractionController;
class MotionController;
@@ -91,7 +91,7 @@ class CGameLoader : public CObject {
GameProject *_gameProject;
InteractionController *_interactionController;
- CInputController *_inputController;
+ InputController *_inputController;
CInventory2 _inventory;
Sc2Array _sc2array;
void *_sceneSwitcher;