src/namegen.cpp
changeset 9260 fc088947405b
parent 8760 ce0891c412ce
child 10229 fba3f9fa44d7
equal deleted inserted replaced
9259:088d3649dd4f 9260:fc088947405b
     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)