X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsetup.h;h=1f46cc201aa30621b9c96fc368557277b13792af;hb=2f5368f25e34c02cb5ff7a012aa96198442231cb;hp=807351d377c04478124d61081d06668039bc32fe;hpb=b5f59ffe4c22ffd70a346661baeba466c3ae40db;p=rocksndiamonds.git diff --git a/src/libgame/setup.h b/src/libgame/setup.h index 807351d3..1f46cc20 100644 --- a/src/libgame/setup.h +++ b/src/libgame/setup.h @@ -196,6 +196,7 @@ typedef struct hashtable SetupFileHash; char *setLevelArtworkDir(TreeInfo *); char *getLevelFilename(int); char *getTapeFilename(int); +char *getSolutionTapeFilename(int); char *getScoreFilename(int); char *getSetupFilename(void); char *getEditorSetupFilename(void);