Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-09-05 21:49:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:07 +0300
commite568d3f0bc0468fedc9879a22a5948c170f898c9 (patch)
tree45dceb4a5cb52ac4e32e82aa01ed24fb2758d725 /defines.hpp
parentd67b4a84d900bb9ec08f6d8ae8b59f5b66da4e1e (diff)
Code for full world generation (World.mwm, WorldCoasts.mwm).
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 95b9aef2ab..cb98329964 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -20,6 +20,7 @@
#endif
#define WORLD_FILE_NAME "World"
+#define WORLD_COASTS_FILE_NAME "WorldCoasts"
#define SETTINGS_FILE_NAME "settings.ini"