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/texteff.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/texteff.cpp') diff --git a/src/texteff.cpp b/src/texteff.cpp index 4dc3b310f..70fd7edba 100644 --- a/src/texteff.cpp +++ b/src/texteff.cpp @@ -8,6 +8,7 @@ #include "macros.h" #include "strings.h" #include "gfx.h" +#include "landscape.h" #include "viewport.h" #include "saveload.h" #include "hal.h" -- cgit v1.2.3-54-g00ecf