equal
deleted
inserted
replaced
14 #include "tree_map.h" |
14 #include "tree_map.h" |
15 #include "viewport.h" |
15 #include "viewport.h" |
16 #include "command_func.h" |
16 #include "command_func.h" |
17 #include "economy_func.h" |
17 #include "economy_func.h" |
18 #include "town.h" |
18 #include "town.h" |
19 #include "sound.h" |
|
20 #include "variables.h" |
19 #include "variables.h" |
21 #include "genworld.h" |
20 #include "genworld.h" |
22 #include "transparency.h" |
21 #include "transparency.h" |
23 #include "functions.h" |
22 #include "functions.h" |
24 #include "player.h" |
23 #include "player.h" |
|
24 #include "sound_func.h" |
25 |
25 |
26 /** |
26 /** |
27 * List of tree placer algorithm. |
27 * List of tree placer algorithm. |
28 * |
28 * |
29 * This enumeration defines all possible tree placer algorithm in the game. |
29 * This enumeration defines all possible tree placer algorithm in the game. |