diff src/viewport.cpp @ 6453:666fc3ef3174 draft

(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
author maedhros <maedhros@openttd.org>
date Thu, 12 Apr 2007 13:07:15 +0000
parents eb2f3db29626
children 17fdaec13730
line wrap: on
line diff
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -11,6 +11,7 @@
 #include "strings.h"
 #include "table/sprites.h"
 #include "table/strings.h"
+#include "landscape.h"
 #include "map.h"
 #include "viewport.h"
 #include "window.h"