about summary refs log tree commit diff
path: root/src/engine/e_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_interface.h')
-rw-r--r--src/engine/e_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_interface.h b/src/engine/e_interface.h
index 57b7e9db..701930ee 100644
--- a/src/engine/e_interface.h
+++ b/src/engine/e_interface.h
@@ -519,6 +519,7 @@ void map_get_type(int type, int *start, int *num);
 		A pointer to the raw data, otherwise 0.
 */
 void *map_get_data(int index);
+void *map_get_data_swapped(int index);
 
 /*
 	Group: Network (Server)