QTfrontend/util/namegen.h
changeset 14934 0ec0ed2d9045
parent 12505 82c75a317d48
child 14935 4accf3e18dbc
--- a/QTfrontend/util/namegen.h	Mon May 13 23:44:00 2019 +0200
+++ b/QTfrontend/util/namegen.h	Tue May 14 01:03:23 2019 +0200
@@ -38,6 +38,7 @@
         static void teamRandomHogNames(HWTeam & team);
         static void teamRandomHogName(HWTeam & team, const int HedgehogNumber);
         static void teamRandomEverything(HWTeam & team);
+        static void teamLocalizedDefaultVoice(HWTeam & team);
 
     private:
         HWNamegen();
@@ -48,6 +49,7 @@
         static QString getRandomFort(bool withDLC = true);
         static QString getRandomFlag(bool withDLC = true);
         static QString getRandomVoice(bool withDLC = true);
+        static QString getLocalizedDefaultVoice();
 
         static QList<QStringList> TypesTeamnames;
         static QList<QStringList> TypesHatnames;