src/genworld.h
changeset 10208 72c00af5c95d
parent 10207 c291a21b304e
child 10236 50afe9dd466e
equal deleted inserted replaced
10207:c291a21b304e 10208:72c00af5c95d
     3 /** @file genworld.h Functions related to world/map generation. */
     3 /** @file genworld.h Functions related to world/map generation. */
     4 
     4 
     5 #ifndef GENWORLD_H
     5 #ifndef GENWORLD_H
     6 #define GENWORLD_H
     6 #define GENWORLD_H
     7 
     7 
     8 #include "player_type.h"
     8 #include "company_type.h"
     9 
     9 
    10 /*
    10 /*
    11  * Order of these enums has to be the same as in lang/english.txt
    11  * Order of these enums has to be the same as in lang/english.txt
    12  * Otherwise you will get inconsistent behaviour.
    12  * Otherwise you will get inconsistent behaviour.
    13  */
    13  */