diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-10 21:16:05 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:55 +0200 |
commit | 4c6fa6bfd37862acfbe377bb95561da4b4ce8cc9 (patch) | |
tree | 2e73b109c50f4ebedc89a8c2eb881fa654cc2a37 /src/strings.hpp | |
parent | 19f5d93dba74dda1fd1a9211707d98b6dd9b19ba (diff) |
feat: make status bar visible from game start
Diffstat (limited to 'src/strings.hpp')
-rw-r--r-- | src/strings.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings.hpp b/src/strings.hpp new file mode 100644 index 0000000..3678c57 --- /dev/null +++ b/src/strings.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include <fmt/core.h> + +constexpr fmt::string_view STATUS_BAR_COORDINATES = "X: {x} Y {y}"; |