]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/profile/profile.h
ported PrtView plugin
[xonotic/netradiant.git] / libs / profile / profile.h
index ecd8b2b2ee8fc855604def1febb1df3f55f603e9..1974d04e62ec3c95affcaa3ffa388d5f3ae332d8 100644 (file)
@@ -44,5 +44,6 @@ float profile_load_float (const char *filename, const char *section, const char
 char* profile_load_string (const char *filename, const char *section, const char *key, const char *default_value);
 // used in the command map code
 bool read_var (const char *filename, const char *section, const char *key, char *value);
 char* profile_load_string (const char *filename, const char *section, const char *key, const char *default_value);
 // used in the command map code
 bool read_var (const char *filename, const char *section, const char *key, char *value);
+bool save_var (const char *filename, const char *section, const char *key, const char *value);
 
 #endif
 
 #endif