From ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c Mon Sep 17 00:00:00 2001 From: maedhros Date: Thu, 12 Apr 2007 13:07:15 +0000 Subject: (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. --- src/elrail.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/elrail.cpp') diff --git a/src/elrail.cpp b/src/elrail.cpp index 6304842cf..4e43fe2e3 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -52,6 +52,7 @@ #include "viewport.h" #include "functions.h" /* We should REALLY get rid of this goddamn file, as it is butt-ugly */ #include "variables.h" /* ... same here */ +#include "landscape.h" #include "rail.h" #include "debug.h" #include "tunnel_map.h" -- cgit v1.2.3-54-g00ecf