From 6485e05c08167b2ce13b9a9ed3b236fed6070df8 Mon Sep 17 00:00:00 2001 From: johannes Date: Sat, 10 Feb 2024 19:42:26 +0100 Subject: added change map function --- inc/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/commands.h') 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 -- cgit v1.2.3