diff options
Diffstat (limited to 'map.h')
| -rw-r--r-- | map.h | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +const char* map[] = { +" .", +" __________--^-^-\\. ____ __----/^\\.", +"|\\/. \\__. ___/ || ___/ _/._-_ .", +"| \\. /. /. __ __/ /__/ \\/^^\\___-__.", +"| L-^-/. /. \\.\\_-- \\.", +"| / _/ /\\/.", +"|. | _/. __ __/", +" \\. /. / ___/.//", +" \\__ / | / \\/.", +" \\________ __ _____.\\. \\_. ____--_ /\\_ \\", +" \\__. / V. \\ \\ \\__ _/. \\_/ //", +" \\ /. \\/. \\. _/. //", +" \\_/. \\_/", +"", +" UNITED STATES SOVIET UNION" +}; + |