|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Enumerations | |
| enum | TextfileType { 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 |
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.