OpenTTD Source
20241108-master-g80f628063a
|
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. More... | |
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.