equal
deleted
inserted
replaced
3 /** @file namegen.cpp */ |
3 /** @file namegen.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "debug.h" |
7 #include "debug.h" |
8 #include "namegen.h" |
8 #include "namegen_func.h" |
9 #include "string_func.h" |
9 #include "string_func.h" |
10 |
10 |
11 #include "table/namegen.h" |
11 #include "table/namegen.h" |
12 |
12 |
13 static inline uint32 SeedChance(int shift_by, int max, uint32 seed) |
13 static inline uint32 SeedChance(int shift_by, int max, uint32 seed) |