OpenTTD Source 20250426-master-gbb1d561369
|
Container for the different cases of a string. More...
#include <strgen.h>
Public Member Functions | |
Case (uint8_t caseidx, std::string_view string) | |
Create a new case. | |
Data Fields | |
uint8_t | caseidx |
The index of the case. | |
std::string | string |
The translation of the case. | |
Case::Case | ( | uint8_t | caseidx, |
std::string_view | string | ||
) |
Create a new case.
caseidx | The index of the case. |
string | The translation of the case. |
Definition at line 44 of file strgen_base.cpp.