summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/config.hpp b/include/config.hpp
index 2284c8a..9598841 100644
--- a/include/config.hpp
+++ b/include/config.hpp
@@ -29,4 +29,9 @@
#define u8 uint8_t
#define u16 uint16_t
#define u32 uint32_t
-#define u64 uint64_t \ No newline at end of file
+#define u64 uint64_t
+
+extern const char* country_codes[];
+extern s32 country_count;
+
+#define COLOR_ERROR_OUTLINE IM_COL32(255, 0, 0, 80) \ No newline at end of file