diff options
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.hpp b/include/config.hpp index 7650e75..b7b38d5 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -34,9 +34,9 @@ #define SIMULATE_SLOW_DISK 0 #define SIMULATE_WRITE_FAILURE 0 -namespace config { - static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch +#define PROGRAM_VERSION "0.1.0" // major.minor.patch +namespace config { namespace colors { static const ImU32 COLOR_ERROR_OUTLINE = IM_COL32(255, 0, 0, 80); static const ImU32 COLOR_ERROR = IM_COL32(235, 64, 52, 255); |
