]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
-Fixed a bad bugfix in the menu router.
[xonotic/darkplaces.git] / progsvm.h
index 181939d902b94212afe086f49033aebd77110154..d461da318f6fc010346fc2c370b26fb39bf41532 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -364,6 +364,7 @@ void PRVM_LoadProgs (const char *filename, int numrequiredfunc, char **required_
 
 void PRVM_Profile_f (void);
 
+void PRVM_PrintState(void);
 void PRVM_CrashAll (void);
 void PRVM_Crash (void);
 
@@ -374,7 +375,7 @@ void PRVM_ED_ClearEdict (prvm_edict_t *e);
 char *PRVM_ED_NewString (const char *string);
 // returns a copy of the string allocated from the server's string heap
 
-void PRVM_ED_Print (prvm_edict_t *ed);
+void PRVM_ED_Print(prvm_edict_t *ed);
 void PRVM_ED_Write (qfile_t *f, prvm_edict_t *ed);
 const char *PRVM_ED_ParseEdict (const char *data, prvm_edict_t *ent);