|
OpenTTD Source
14.0-beta1
|
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 42 of file strgen_base.cpp.