From 4c6fa6bfd37862acfbe377bb95561da4b4ce8cc9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 21:16:05 +0100 Subject: feat: make status bar visible from game start --- src/strings.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/strings.hpp (limited to 'src/strings.hpp') 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 + +constexpr fmt::string_view STATUS_BAR_COORDINATES = "X: {x} Y {y}"; -- cgit v1.2.3-18-g5258