diff src/openttd.cpp @ 9005:5bb8efb6051a draft

(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
author rubidium <rubidium@openttd.org>
date Sun, 20 Apr 2008 08:22:59 +0000 (2008-04-20)
parents 4ecc117ebb22
children 9bf1de259ada
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -58,6 +58,7 @@
 #include "date_func.h"
 #include "vehicle_func.h"
 #include "cheat_func.h"
+#include "animated_tile_func.h"
 
 #include "newgrf.h"
 #include "newgrf_config.h"