mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
14
libs/platform/country_defines.cpp
Normal file
14
libs/platform/country_defines.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "platform/country_defines.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
|
||||
std::string DebugPrint(MapFileType type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case MapFileType::Map: return "Map";
|
||||
case MapFileType::Diff: return "Diff";
|
||||
case MapFileType::Count: return "Count";
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
Reference in New Issue
Block a user