textures, lightmaps, hardcoded texture hack for testing
[laserbrain_demo] / src / datamap.h
index 4cbc44b..47e7d49 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef DATAMAP_H_
 #define DATAMAP_H_
 
-void datmap_reset();
-void datmap_set_path(const char *path);
+void datamap_reset();
+void datamap_set_path(const char *path);
 
-bool datmap_load_map(const char *fname);
-void datmap_map(const char *re, const char *path);
+bool datamap_load_map(const char *fname);
+void datamap_map(const char *re, const char *path);
 
-int datmap_lookup(const char *in, char *buf, int bsz);
-int datmap_path_size(const char *in);
+int datamap_lookup(const char *in, char *buf, int bsz);
+int datamap_path_size(const char *in);
 
 #endif // DATAMAP_H_