From 4b9c34fa745ef22304899dfaf52b6a10c24cb86c Mon Sep 17 00:00:00 2001 From: johannes Date: Sun, 14 Apr 2024 19:47:39 +0200 Subject: removed old command system --- inc/commands.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'inc/commands.h') diff --git a/inc/commands.h b/inc/commands.h index b48b28c..ef57009 100644 --- a/inc/commands.h +++ b/inc/commands.h @@ -3,15 +3,6 @@ #include "demo.h" -typedef struct -{ - char cmdtype; - char settype; - int id; - char from[24]; - char to[24]; -} cmdinput; - int setnamebyid(int id, char *newname, demo *demo); int setnamebyname(char *oldname, char *newname, demo *demo); @@ -26,6 +17,4 @@ int changemap(FILE *map, char *mapname, demo *demo); /* Writes the map in demo to out */ int exportmap(FILE *out, demo *demo); -void runcommand(cmdinput *cmd, demo *demo); - #endif // COMMANDS_H -- cgit v1.2.3