]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
changed cvar default setup code such that cvar default strings are locked after execu...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index de379f8fe40e195651bbe00f8dcf03e9d07fec41..49470bd9dfb3fd80d8a43fd8b799a1028250761d 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -165,6 +165,11 @@ qboolean Cvar_Command (void);
 // command.  Returns true if the command was a variable reference that
 // was handled. (print or change)
 
+void Cvar_LockDefaults_f (void);
+void Cvar_ResetToDefaults_All_f (void);
+void Cvar_ResetToDefaults_NoSaveOnly_f (void);
+void Cvar_ResetToDefaults_SaveOnly_f (void);
+
 void Cvar_WriteVariables (qfile_t *f);
 // Writes lines containing "set variable value" for all variables
 // with the archive flag set to true.