diff options
author | maedhros <maedhros@openttd.org> | 2007-04-12 13:07:15 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-04-12 13:07:15 +0000 |
commit | ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c (patch) | |
tree | 46c4e0e10e8944f926e6b4ccf3df95badd5ec51e /src/yapf | |
parent | 8cdec9a2ab9e58cf6bba3845f1f8c317ff32ecd4 (diff) | |
download | openttd-ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c.tar.xz |
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Diffstat (limited to 'src/yapf')
-rw-r--r-- | src/yapf/yapf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yapf/yapf.hpp b/src/yapf/yapf.hpp index 9de9f7834..2756326c8 100644 --- a/src/yapf/yapf.hpp +++ b/src/yapf/yapf.hpp @@ -17,6 +17,7 @@ #include "../vehicle.h" #include "../date.h" #include "../functions.h" +#include "../landscape.h" #include "yapf.h" #include "../pathfind.h" #include "../waypoint.h" |