summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
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