]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
Fix bug in stringbuffers with bufstr_set not updating num_strings; add a new builtin...
[xonotic/darkplaces.git] / prvm_cmds.h
index 85f8e8763bbda113c7b492ef59b2aea960b96d52..33eedb555e2fa561e3ab138dfd69a286ae481ea8 100644 (file)
@@ -404,6 +404,8 @@ void VM_wasfreed (void);
 void VM_strreplace (void);
 void VM_strireplace (void);
 
+void VM_hash(void);
+
 void VM_SetTraceGlobals(const trace_t *trace);
 
 void VM_Cmd_Init(void);