aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/manager/Mediator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/manager/Mediator.h')
-rw-r--r--src/crepe/manager/Mediator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/manager/Mediator.h b/src/crepe/manager/Mediator.h
index f5864e7..95ca4b5 100644
--- a/src/crepe/manager/Mediator.h
+++ b/src/crepe/manager/Mediator.h
@@ -14,7 +14,7 @@ class ResourceManager;
class SDLContext;
class LoopTimer;
class ReplayManager;
-class LoopManager;
+class SystemManager;
/**
* Struct to pass references to classes that would otherwise need to be singletons down to
@@ -37,7 +37,7 @@ struct Mediator {
OptionalRef<ResourceManager> resource_manager;
OptionalRef<LoopTimer> timer;
OptionalRef<ReplayManager> replay_manager;
- OptionalRef<LoopManager> loop_manager;
+ OptionalRef<SystemManager> system_manager;
};
} // namespace crepe