diff --git a/src/map_table.cpp b/src/map_table.cpp index 68c0a3e..bff0620 100644 --- a/src/map_table.cpp +++ b/src/map_table.cpp @@ -3,10 +3,12 @@ #include #include +#include + std::unordered_map MapTable::id_to_name_map; std::unordered_map MapTable::name_to_id_map; -constexpr std::array BLOCK_REISTER{ +constexpr std::array BLOCK_REISTER{ "air", "grass_block", "dirt",