OpenTTD Source 20250205-master-gfd85ab1e2c
|
Types related to textfiles. More...
Go to the source code of this file.
Enumerations | |
enum | TextfileType : uint8_t { TFT_CONTENT_BEGIN , TFT_README = TFT_CONTENT_BEGIN , TFT_CHANGELOG , TFT_LICENSE , TFT_CONTENT_END , TFT_SURVEY_RESULT = TFT_CONTENT_END , TFT_GAME_MANUAL , TFT_END } |
Additional text files accompanying Tar archives. More... | |
Types related to textfiles.
Definition in file textfile_type.h.
enum TextfileType : uint8_t |
Additional text files accompanying Tar archives.
Enumerator | |
---|---|
TFT_README | Content readme. |
TFT_CHANGELOG | Content changelog. |
TFT_LICENSE | Content license. |
TFT_SURVEY_RESULT | Survey result (preview) |
TFT_GAME_MANUAL | Game manual/documentation file. |
Definition at line 14 of file textfile_type.h.