(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h

This commit is contained in:
rubidium
2011-02-07 22:29:47 +00:00
parent aed86fec3f
commit 701bd8848a
14 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
#include "animated_tile_func.h"
#include "core/random_func.hpp"
#include "date_func.h"
#include "functions.h"
#include "viewport_func.h"
#include "newgrf_animation_type.h"
#include "newgrf_callbacks.h"