Add GetTranslatedName to CZone

This commit is contained in:
Filip Gawin
2019-06-05 22:32:49 +02:00
parent 8ec8c0c5db
commit c95f1ce2ce
2 changed files with 12 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ public:
CZone *child;
CZone *parent;
CZone *next;
wchar *GetTranslatedName();
};
class CZoneInfo