rnd-20031124-1-src
[rocksndiamonds.git] / src / libgame / setup.h
index 85ec5db1b57f7ced3bd63a5de6272f59e147963c..8f1bffef92816a56f9d9e9c00b879bf0d64b0206 100644 (file)
@@ -243,6 +243,7 @@ SetupFileList *newSetupFileList(char *, char *);
 void freeSetupFileList(SetupFileList *);
 char *getListEntry(SetupFileList *, char *);
 SetupFileList *setListEntry(SetupFileList *, char *, char *);
+SetupFileList *addListEntry(SetupFileList *, char *, char *);
 SetupFileList *loadSetupFileList(char *);
 
 SetupFileHash *newSetupFileHash();