aboutsummaryrefslogtreecommitdiff
path: root/maps/map_en.h
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-19 01:00:27 +0200
committerGuillermo Ramos2011-09-19 01:00:27 +0200
commit68459ada2db3d8626b1957e220a9abe8aff6c1e3 (patch)
treeb7a07d789b37d2d9dcab5c7b94c41241347896d4 /maps/map_en.h
parent974a8595ed3c09ccef62df7e3748baddb9038d8e (diff)
downloadevspy-68459ada2db3d8626b1957e220a9abe8aff6c1e3.tar.gz
Added license and done a little cleanup of code
Diffstat (limited to 'maps/map_en.h')
-rw-r--r--maps/map_en.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/map_en.h b/maps/map_en.h
index f6e835a..58a379e 100644
--- a/maps/map_en.h
+++ b/maps/map_en.h
@@ -3,12 +3,12 @@
*
*/
-#ifndef __MAP_EN
-#define __MAP_EN
+#ifndef __EVS_MAP_EN
+#define __EVS_MAP_EN
static void init_shiftmap(void)
{
- init_shiftmap_global();
+ shm = khm_create();
EVS_SHIFT(KEY_1, "!");
EVS_SHIFT(KEY_2, "@");
EVS_SHIFT(KEY_3, "#");
@@ -57,4 +57,4 @@ static char map[] = {
};
-#endif // __MAP_EN
+#endif // __EVS_MAP_EN