summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
committerrubidium <rubidium@openttd.org>2007-12-23 10:56:02 +0000
commit507463e420317193b499c895496807f6e5b5da8f (patch)
tree38db428e795daef4055965543d541fc03dc4b9d8 /src/functions.h
parenta3693160cf314d15d9359593fe239e04fe998159 (diff)
downloadopenttd-507463e420317193b499c895496807f6e5b5da8f.tar.xz
(svn r11684) -Codechange: split gfx.h in a type and functional header.
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/functions.h b/src/functions.h
index c4b42dc45..a1e136de9 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -8,6 +8,7 @@
#include "core/random_func.hpp"
#include "command_type.h"
#include "window_type.h"
+#include "openttd.h"
void UpdateTownMaxPass(Town *t);