summaryrefslogtreecommitdiff
path: root/tree_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-22 07:02:20 +0000
committertron <tron@openttd.org>2005-07-22 07:02:20 +0000
commit54cbd0182548d7bf1856790ac871585a16806824 (patch)
treea0e2e73a80ed38f5da703450b9ee48e2f933b198 /tree_cmd.c
parenta4ec4da22119b4a8f89582a581955a69e6e749ee (diff)
downloadopenttd-54cbd0182548d7bf1856790ac871585a16806824.tar.xz
(svn r2673) Include functions.h directly, not globally via openttd.h
Diffstat (limited to 'tree_cmd.c')
-rw-r--r--tree_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tree_cmd.c b/tree_cmd.c
index 8b7e3a50c..bd0d5796f 100644
--- a/tree_cmd.c
+++ b/tree_cmd.c
@@ -3,6 +3,7 @@
#include "table/strings.h"
#include "table/sprites.h"
#include "table/tree_land.h"
+#include "functions.h"
#include "map.h"
#include "tile.h"
#include "viewport.h"