summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-10 19:42:26 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-10 19:42:26 +0100
commit6485e05c08167b2ce13b9a9ed3b236fed6070df8 (patch)
treeb0338461695548b45374c459c0a235d66770f4fa /inc
parent0b0f167978e96a0e1c12cdbfad8ff3eb85b56575 (diff)
added change map function
Diffstat (limited to 'inc')
-rw-r--r--inc/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/commands.h b/inc/commands.h
index 20f35e1..a08fabd 100644
--- a/inc/commands.h
+++ b/inc/commands.h
@@ -8,5 +8,6 @@ int setnamebyname(char *oldname, char *newname, demo *demo);
int setskinbyname(char *name, char *skin, demo *demo);
-#endif // COMMANDS_H
+int changemap(FILE *map, char *mapname, demo *demo);
+#endif // COMMANDS_H