Mercurial > hg > openttd
comparison src/functions.h @ 8123:c26c28875749 draft
(svn r11684) -Codechange: split gfx.h in a type and functional header.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 23 Dec 2007 10:56:02 +0000 |
parents | 89722abcfd91 |
children | e300ac8001ae |
comparison
equal
deleted
inserted
replaced
8122:93f011ace340 | 8123:c26c28875749 |
---|---|
6 #define FUNCTIONS_H | 6 #define FUNCTIONS_H |
7 | 7 |
8 #include "core/random_func.hpp" | 8 #include "core/random_func.hpp" |
9 #include "command_type.h" | 9 #include "command_type.h" |
10 #include "window_type.h" | 10 #include "window_type.h" |
11 #include "openttd.h" | |
11 | 12 |
12 void UpdateTownMaxPass(Town *t); | 13 void UpdateTownMaxPass(Town *t); |
13 | 14 |
14 /* clear_land.cpp */ | 15 /* clear_land.cpp */ |
15 void DrawHillyLandTile(const TileInfo *ti); | 16 void DrawHillyLandTile(const TileInfo *ti); |