summaryrefslogtreecommitdiffstats
path: root/src/rpgedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpgedit.cpp')
-rw-r--r--src/rpgedit.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rpgedit.cpp b/src/rpgedit.cpp
index b4fc89e..4efaf10 100644
--- a/src/rpgedit.cpp
+++ b/src/rpgedit.cpp
@@ -24,6 +24,7 @@
*/
+#include "control/EventBus.hpp"
#include "control/InputHandler.hpp"
#include "control/MapContext.hpp"
#include "view/MapView.hpp"
@@ -44,6 +45,8 @@ int main(__attribute__((unused)) int argc, __attribute__((unused)) char *argv[])
SDL_Init(SDL_INIT_VIDEO);
{
+ Control::EventBus eventBus;
+
Control::InputHandler inputHandler;
Control::ImageLoader tileLoader;