]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qh
W_PROP_reloader: pure
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qh
index e419824ec8eb8d0aadf82735805bf1193c5bc713..be84c407ca193c3e4316f16d68e7950f4548b082 100644 (file)
@@ -22,7 +22,7 @@ void GenericCommand_macro_write_aliases(float fh);
 float GenericCommand(string command);
 
 // Returns command prefix specific for whatever program it is compiled in
-string GetProgramCommandPrefix(void);
+string GetProgramCommandPrefix();
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 #define CMD_Write(s) fputs(fh, s)