From 5fa16e90770a73bba17efa23bf8b24a0d48e3a81 Mon Sep 17 00:00:00 2001 From: johannes Date: Fri, 9 Feb 2024 20:09:42 +0100 Subject: added change name and skin functions --- inc/commands.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inc/commands.h (limited to 'inc/commands.h') diff --git a/inc/commands.h b/inc/commands.h new file mode 100644 index 0000000..20f35e1 --- /dev/null +++ b/inc/commands.h @@ -0,0 +1,12 @@ +#ifndef COMMANDS_H +#define COMMANDS_H + +#include "demo.h" + +int setnamebyid(int id, char *newname, demo *demo); +int setnamebyname(char *oldname, char *newname, demo *demo); + +int setskinbyname(char *name, char *skin, demo *demo); + +#endif // COMMANDS_H + -- cgit v1.2.3