aboutsummaryrefslogtreecommitdiff
path: root/maps/map_es.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_es.h
parent974a8595ed3c09ccef62df7e3748baddb9038d8e (diff)
downloadevspy-68459ada2db3d8626b1957e220a9abe8aff6c1e3.tar.gz
Added license and done a little cleanup of code
Diffstat (limited to 'maps/map_es.h')
-rw-r--r--maps/map_es.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/map_es.h b/maps/map_es.h
index 30752e7..763e7cc 100644
--- a/maps/map_es.h
+++ b/maps/map_es.h
@@ -3,12 +3,12 @@
*
*/
-#ifndef __MAP_ES
-#define __MAP_ES
+#ifndef __EVS_MAP_ES
+#define __EVS_MAP_ES
static void init_shiftmap(void)
{
- init_shiftmap_global();
+ shm = khm_create();
EVS_SHIFT(KEY_1, "!");
EVS_SHIFT(KEY_2, "\"");
EVS_SHIFT(KEY_4, "$");
@@ -54,4 +54,4 @@ static char map[] = {
};
-#endif // __MAP_ES
+#endif // __EVS_MAP_ES