src/namegen.cpp
changeset 8113 31b7784db761
parent 6491 00dc414c909d
child 8214 971f861d5543
equal deleted inserted replaced
8112:24b89cd40bfd 8113:31b7784db761
     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 "macros.h"
       
     9 #include "namegen.h"
     8 #include "namegen.h"
    10 #include "table/namegen.h"
     9 #include "table/namegen.h"
    11 #include "string.h"
    10 #include "string.h"
    12 
    11 
    13 static inline uint32 SeedChance(int shift_by, int max, uint32 seed)
    12 static inline uint32 SeedChance(int shift_by, int max, uint32 seed)