diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-10 19:42:26 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-10 19:42:26 +0100 |
| commit | 6485e05c08167b2ce13b9a9ed3b236fed6070df8 (patch) | |
| tree | b0338461695548b45374c459c0a235d66770f4fa /inc/commands.h | |
| parent | 0b0f167978e96a0e1c12cdbfad8ff3eb85b56575 (diff) | |
added change map function
Diffstat (limited to 'inc/commands.h')
| -rw-r--r-- | inc/commands.h | 3 |
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 |
