diff options
author | tron <tron@openttd.org> | 2005-07-22 07:02:20 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-22 07:02:20 +0000 |
commit | 559babcdc96d5e2de5e964c9d9b6109e4cfbcffc (patch) | |
tree | a0e2e73a80ed38f5da703450b9ee48e2f933b198 /bridge_gui.c | |
parent | 18d79cc30f1a4946abce0cf31f8a0469f1bdadfa (diff) | |
download | openttd-559babcdc96d5e2de5e964c9d9b6109e4cfbcffc.tar.xz |
(svn r2673) Include functions.h directly, not globally via openttd.h
Diffstat (limited to 'bridge_gui.c')
-rw-r--r-- | bridge_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge_gui.c b/bridge_gui.c index 47401c538..d4b899e58 100644 --- a/bridge_gui.c +++ b/bridge_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "openttd.h" #include "table/strings.h" +#include "functions.h" #include "map.h" #include "window.h" #include "gui.h" |