]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
498
[xonotic/darkplaces.git] / progsvm.h
index 8270615d4fd830aa5256302a42364b9a99e63997..94b0387e8419557fbb3bceef137632d351ea2e1a 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -429,6 +429,7 @@ void *_PRVM_Alloc (size_t buffersize, const char *filename, int fileline);
 void _PRVM_Free (void *buffer, const char *filename, int fileline);
 void _PRVM_FreeAll (const char *filename, int fileline);
 
+void PRVM_Profile (int maxfunctions, int mininstructions);
 void PRVM_Profile_f (void);
 void PRVM_PrintFunction_f (void);
 
@@ -546,6 +547,7 @@ qboolean PRVM_ProgLoaded(int prognr);
 
 int    PRVM_GetProgNr(void);
 
+void VM_Warning(const char *fmt, ...);
 
 // TODO: fill in the params
 //void PRVM_Create();