summaryrefslogtreecommitdiff
path: root/src/townname_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/townname_func.h')
-rw-r--r--src/townname_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/townname_func.h b/src/townname_func.h
index 092556978..409993e42 100644
--- a/src/townname_func.h
+++ b/src/townname_func.h
@@ -17,7 +17,7 @@
char *GenerateTownNameString(char *buf, const char *last, size_t lang, uint32 seed);
char *GetTownName(char *buff, const TownNameParams *par, uint32 townnameparts, const char *last);
char *GetTownName(char *buff, const Town *t, const char *last);
-bool VerifyTownName(uint32 r, const TownNameParams *par);
-bool GenerateTownName(uint32 *townnameparts);
+bool VerifyTownName(uint32 r, const TownNameParams *par, TownNames *town_names = NULL);
+bool GenerateTownName(uint32 *townnameparts, TownNames *town_names = NULL);
#endif /* TOWNNAME_FUNC_H */