X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsetup.h;h=512d050658c90ac03d717345611d7028d99b53b1;hb=c6a3052208767e8feadd0d712b1354f29547db07;hp=8f1bffef92816a56f9d9e9c00b879bf0d64b0206;hpb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;p=rocksndiamonds.git diff --git a/src/libgame/setup.h b/src/libgame/setup.h index 8f1bffef..512d0506 100644 --- a/src/libgame/setup.h +++ b/src/libgame/setup.h @@ -67,7 +67,7 @@ struct TokenInfo /* some definitions for list and hash handling */ typedef struct SetupFileList SetupFileList; -typedef struct hashtable SetupFileHash; +typedef struct hashtable SetupFileHash; #define BEGIN_HASH_ITERATION(hash, itr) \ if (hash != NULL && hashtable_count(hash) > 0) \ @@ -197,7 +197,8 @@ char *getTapeFilename(int); char *getScoreFilename(int); char *getSetupFilename(void); char *getEditorSetupFilename(void); -char *getElementInfoFilename(void); +char *getHelpAnimFilename(void); +char *getHelpTextFilename(void); char *getImageFilename(char *); char *getCustomImageFilename(char *); char *getCustomSoundFilename(char *);