src/namegen.cpp
branchNewGRF_ports
changeset 10184 fcf5fb2548eb
parent 6872 1c4a4a609f85
child 10242 52b4a9006029
equal deleted inserted replaced
10179:eec5a7dcbf61 10184:fcf5fb2548eb
     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)