aboutsummaryrefslogtreecommitdiff
path: root/src/openvic/map/Map.hpp
diff options
context:
space:
mode:
author Hop311 <hop3114@gmail.com>2023-05-22 11:36:23 +0200
committer Hop311 <hop3114@gmail.com>2023-05-22 11:36:23 +0200
commit7874702f30d5855319faf197b10aed31f07f5e27 (patch)
tree136a221eb5e7c895c8219778b3d206f2ed9e8e7f /src/openvic/map/Map.hpp
parent212d591c31f4200b06d38e98b23c5c2bccde1772 (diff)
BMP palette parser + Logger macro
Diffstat (limited to 'src/openvic/map/Map.hpp')
-rw-r--r--src/openvic/map/Map.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvic/map/Map.hpp b/src/openvic/map/Map.hpp
index a7c29bb..3533a14 100644
--- a/src/openvic/map/Map.hpp
+++ b/src/openvic/map/Map.hpp
@@ -19,6 +19,8 @@ namespace OpenVic {
Mapmode(index_t new_index, std::string const& new_identifier, colour_func_t new_colour_func);
public:
+ static const Mapmode ERROR_MAPMODE;
+
index_t get_index() const;
colour_t get_colour(Map const& map, Province const& province) const;
};