diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-08 16:06:03 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:01 +0200 |
commit | 3f9004b598fc8006576db9b8d2ae4e080101101b (patch) | |
tree | 97108db2a08253417139bd76741add2dd126f58d /src/engine/components/statusline.cpp | |
parent | 2d9661790db30eb169d07d36b485943c598253b9 (diff) |
refactor: give game responsibility of statusline
Diffstat (limited to 'src/engine/components/statusline.cpp')
-rw-r--r-- | src/engine/components/statusline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/components/statusline.cpp b/src/engine/components/statusline.cpp index df16e83..5b59a53 100644 --- a/src/engine/components/statusline.cpp +++ b/src/engine/components/statusline.cpp @@ -1,5 +1,6 @@ #include "statusline.hpp" +#include "engine/data/bounds.hpp" #include "engine/data/vector2.hpp" #include "util/color.hpp" |