equal
deleted
inserted
replaced
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 */ |