]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
made CL_SetInfo check for more forbidden characters (key now refuses any form of...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 1d6e6b972ef1f107ade57e0312297929c78d7832..6a96837eeacf346852e3b347a3f0e2d1e0ea50f9 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -387,6 +387,7 @@ void ED_PrintNum (int ent);
 const char *PRVM_GetString(int num);
 int PR_SetQCString(const char *s);
 int PRVM_SetEngineString(const char *s);
+int PRVM_SetTempString(const char *s);
 char *PR_AllocString(int bufferlength);
 void PR_FreeString(char *s);