diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-02 22:53:13 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:58 +0200 |
commit | 73290d21d996c7e596ef3c71d55a506f1aa38f2c (patch) | |
tree | 68668b44132691c8ede44329729f13faa54e4a57 /src/game/statusline.hpp | |
parent | fb080f6fb911b1831c176a06259e384772541dd5 (diff) |
refactor: clean up statusline
Diffstat (limited to 'src/game/statusline.hpp')
-rw-r--r-- | src/game/statusline.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/statusline.hpp b/src/game/statusline.hpp index 7883051..181090d 100644 --- a/src/game/statusline.hpp +++ b/src/game/statusline.hpp @@ -6,8 +6,8 @@ #include "engine/data/vector2.hpp" -#include <cstdint> #include <fmt/core.h> + #include <memory> #include <string_view> #include <unordered_map> |