chiark / gitweb /
Game configuration box for Windows, by constructing the dialog box
[sgt-puzzles.git] / puzzles.h
index 35dc1600a2585efc6211c65edd4113abb91360c6..78cecc61fe9458ec1ae9c4d9ccab1613c65321ae 100644 (file)
--- a/puzzles.h
+++ b/puzzles.h
@@ -138,6 +138,7 @@ char *dupstr(char *s);
  * misc.c
  */
 int rand_upto(int limit);
+void free_cfg(config_item *cfg);
 
 /*
  * random.c