summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-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);