diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 22:57:45 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 22:57:45 +0100 |
commit | 26c3fb80fd3bf84968a1e464df518a0b6db6c5d9 (patch) | |
tree | ca3a964f1de0357097ae59024881c27c50751d86 /src/crepe/facade | |
parent | a199b953d634426b48224487b478649e3937ee10 (diff) |
fixed changes with mediator
Diffstat (limited to 'src/crepe/facade')
-rw-r--r-- | src/crepe/facade/SDLContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index aba7ce7..645a24f 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -17,7 +17,7 @@ #include "../api/Camera.h" #include "../api/Config.h" -#include "../api/EventManager.h" +#include "../manager/EventManager.h" #include "../api/Sprite.h" #include "../api/Texture.h" #include "../util/Log.h" |