1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

(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.

This commit is contained in:
rubidium
2008-04-20 08:22:59 +00:00
parent 4f8409daf6
commit 15680e477a
13 changed files with 159 additions and 133 deletions

View File

@@ -42,6 +42,7 @@
#include "string_func.h"
#include "signal_func.h"
#include "oldpool_func.h"
#include "animated_tile_func.h"
#include "table/sprites.h"
#include "table/strings.h"