aboutsummaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/map.h b/map.h
new file mode 100644
index 0000000..f1325af
--- /dev/null
+++ b/map.h
@@ -0,0 +1,18 @@
+const char* map[] = {
+" .",
+" __________--^-^-\\. ____ __----/^\\.",
+"|\\/. \\__. ___/ || ___/ _/._-_ .",
+"| \\. /. /. __ __/ /__/ \\/^^\\___-__.",
+"| L-^-/. /. \\.\\_-- \\.",
+"| / _/ /\\/.",
+"|. | _/. __ __/",
+" \\. /. / ___/.//",
+" \\__ / | / \\/.",
+" \\________ __ _____.\\. \\_. ____--_ /\\_ \\",
+" \\__. / V. \\ \\ \\__ _/. \\_/ //",
+" \\ /. \\/. \\. _/. //",
+" \\_/. \\_/",
+"",
+" UNITED STATES SOVIET UNION"
+};
+