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/sound.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound.cpp') diff --git a/src/sound.cpp b/src/sound.cpp index 3dea2e5a2..5700125d0 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -5,6 +5,7 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" +#include "landscape.h" #include "map.h" #include "mixer.h" #include "sound.h" -- cgit v1.2.3-54-g00ecf