summaryrefslogtreecommitdiff
path: root/inc/commands.h
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-10 19:54:19 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-10 19:54:19 +0100
commited4d43d281e92b28bbed5c730440b428fe0b171e (patch)
treece8671969e3e4c86a691dd75b141ecc6db43d67f /inc/commands.h
parent72d67bf117250fe5695d122597b3cd103a7aada6 (diff)
added setskinbyid
Diffstat (limited to 'inc/commands.h')
-rw-r--r--inc/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/commands.h b/inc/commands.h
index a08fabd..53d17f7 100644
--- a/inc/commands.h
+++ b/inc/commands.h
@@ -6,6 +6,7 @@
int setnamebyid(int id, char *newname, demo *demo);
int setnamebyname(char *oldname, char *newname, demo *demo);
+int setskinbyid(int id, char *skin, demo *demo);
int setskinbyname(char *name, char *skin, demo *demo);
int changemap(FILE *map, char *mapname, demo *demo);