summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-05-27 10:57:57 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-05-28 16:47:25 -0400
commita8b14fba55007002d3f1a24b3bfc2d1a63c7d578 (patch)
treec37951b27a84280c057137de1a7d1d0c5951f30e /src/game.cpp
parentf924e16b7f4dad1766343383bd678e0df7271fe3 (diff)
pke: remove event templates
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();