|
OpenTTD Source 20260721-master-g25ec12c62d
|
Types related to textfiles. More...
#include "core/enum_type.hpp"Go to the source code of this file.
Enumerations | |
| enum class | TextfileType : uint8_t { ContentBegin , Readme = TextfileType::ContentBegin , Changelog , License , ContentEnd , SurveyResult = TextfileType::ContentEnd , GameManual , End } |
| Additional text files accompanying Tar archives. More... | |
Types related to textfiles.
Definition in file textfile_type.h.
|
strong |
Additional text files accompanying Tar archives.
| Enumerator | |
|---|---|
| ContentBegin | This marker is used to generate the below three buttons in sequence by various of places in the code. |
| Readme | Content readme. |
| Changelog | Content changelog. |
| License | Content license. |
| ContentEnd | This marker is used to generate the above three buttons in sequence by various of places in the code. |
| SurveyResult | Survey result (preview). |
| GameManual | Game manual/documentation file. |
| End | End marker. |
Definition at line 16 of file textfile_type.h.