summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 12c5691..24bd43d 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -5,7 +5,6 @@
#include "components.hpp"
#include "ecs.hpp"
#include "entities.hpp"
-#include "event.hpp"
#include "font.hpp"
#include "game-settings.hpp"
#include "game-type-defs.hpp"
@@ -298,7 +297,6 @@ GAME_SHUTDOWN:
}
PkePlugin_Teardown();
Game_Teardown();
- Event_Teardown();
EntityType_Teardown();
FontType_Teardown();
pke_ui_teardown();