Feature: Help and manuals access window

This commit is contained in:
Niels Martin Hansen
2023-06-18 17:10:08 +02:00
committed by Patric Stout
parent 2cff43251e
commit 41de0d46f3
16 changed files with 839 additions and 38 deletions

View File

@@ -21,6 +21,9 @@ enum TextfileType {
TFT_CONTENT_END, // This marker is used to generate the above three buttons in sequence by various of places in the code.
TFT_SURVEY_RESULT = TFT_CONTENT_END, ///< Survey result (preview)
TFT_GAME_MANUAL, ///< Game manual/documentation file
TFT_END,
};
DECLARE_POSTFIX_INCREMENT(TextfileType)