X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsetup.h;h=657467f40f5c8909854e2a748bee2466684cb2cf;hp=3a5021beeb4f3893a798eb1fde5a48dfcf367e7d;hb=28f0f8708f4b4f8c4f39f1b23bc5fc7e0fed7579;hpb=3ba53b20d22013787479256bbf445a958ec8826f diff --git a/src/libgame/setup.h b/src/libgame/setup.h index 3a5021be..657467f4 100644 --- a/src/libgame/setup.h +++ b/src/libgame/setup.h @@ -179,7 +179,8 @@ char *getSetupFilename(void); char *getImageFilename(char *); char *getCustomImageFilename(char *); char *getCustomSoundFilename(char *); -char *getCustomSoundConfigFilename(void); +char *getCustomArtworkFilename(char *, int); +char *getCustomArtworkConfigFilename(int); char *getCustomMusicDirectory(void); void InitTapeDirectory(char *);