diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-08 16:29:16 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:01 +0200 |
commit | 45e3ae285c63d91dcac426cffdd9d9648e48399b (patch) | |
tree | a3d483027356fec5a953545e691ea07ef417bf63 /src/bootstrap.cpp | |
parent | dcc6d3d5cafe47d53d1b321476bf73bb2d65ae9b (diff) |
refactor: move components to game folder
Diffstat (limited to 'src/bootstrap.cpp')
-rw-r--r-- | src/bootstrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.cpp b/src/bootstrap.cpp index 1231937..3554183 100644 --- a/src/bootstrap.cpp +++ b/src/bootstrap.cpp @@ -15,7 +15,6 @@ #include "interfaces/statusline.hpp" // Implementations -#include "engine/components/statusline.hpp" #include "engine/data/bounds.hpp" #include "engine/data/vector2.hpp" #include "engine/engine.hpp" @@ -25,6 +24,7 @@ #include "engine/user/cursor.hpp" #include "engine/user/input.hpp" #include "game/cell_helper.hpp" +#include "game/components/statusline.hpp" #include "game/game.hpp" #include "game/generation_tracker.hpp" #include "game/status_manager.hpp" |