![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <name_translation.h>
Public Attributes | |
| const char * | translated |
| char | vernacular [MAX_LEN_NAME] |
| char | rulename [MAX_LEN_NAME] |
Definition at line 23 of file name_translation.h.
| char name_translation::rulename[MAX_LEN_NAME] |
Definition at line 27 of file name_translation.h.
Referenced by name_init(), names_set(), and rule_name_get().
| const char* name_translation::translated |
Definition at line 24 of file name_translation.h.
Referenced by name_init(), name_translation_get(), and names_set().
| char name_translation::vernacular[MAX_LEN_NAME] |
Definition at line 25 of file name_translation.h.
Referenced by name_init(), names_set(), and untranslated_name().