]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
svvm_cmds: Implement built-in #352 (registercommand) for SSQC
[xonotic/darkplaces.git] / server.h
index 4f643c8250c1733ed17a334034e3958771bed3e6..283f1660dcf82d4e6449a9b77136816814d9b994 100644 (file)
--- a/server.h
+++ b/server.h
@@ -635,4 +635,6 @@ void SV_PreSpawn_f(cmd_state_t *cmd);
 void SV_Spawn_f(cmd_state_t *cmd);
 void SV_Begin_f(cmd_state_t *cmd);
 
+qbool SV_VM_ConsoleCommand (const char *text);
+
 #endif