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