home · contact · privacy
Unified (and heavily re-factored) (un-)loading/saving of keybindings and window confi...
[plomrogue] / src / misc.h
index 782a6fab0512a23a775515a6b4080f55d3b24669..831c4d1170d32374c73b04b38f10ecf8a69c1f93 100644 (file)
@@ -37,6 +37,13 @@ extern void check_files_xor(char * p1, char * p2, struct World * w);
 
 
 
+/* Save / load / unload (free) interface configuration data. */
+extern void save_interface_conf(struct World * world);
+extern void load_interface_conf(struct World * world);
+extern void unload_interface_conf(struct World * world);
+
+
+
 /* Update game log by appending "text", or by appending a "." if "text" is the
  * same as the last one passed.
  */