From ff63a4b2bf9f096f8cf8c6824e826b3b4d79e747 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 7 Apr 2025 11:27:00 -0400 Subject: pke: saving and loading scenes works --- src/game.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 5e5e1b0..f5afa82 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2,7 +2,6 @@ #include "game.hpp" #include "camera.hpp" -#include "serialization-component.hpp" #include "components.hpp" #include "ecs.hpp" #include "entities.hpp" @@ -10,17 +9,14 @@ #include "font.hpp" #include "game-settings.hpp" #include "game-type-defs.hpp" -#include "helpers.hpp" #include "imgui.h" #include "level-types.hpp" #include "level.hpp" -#include "math-helpers.hpp" #include "physics.hpp" #include "player-input.hpp" #include "plugins.hpp" #include "project.hpp" #include "scene.hpp" -#include "serialization.hpp" #include "static-ui.hpp" #include "thread-pool.hpp" #include "window.hpp" -- cgit v1.2.3