|
OpenTTD Source 20251116-master-g21329071df
|
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.