(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

@@ -11,7 +11,8 @@
#include "stdafx.h"
#include "core/alloc_func.hpp"
#include "functions.h"
#include "tile_cmd.h"
#include "viewport_func.h"
/** The table/list with animated tiles. */
TileIndex *_animated_tile_list = NULL;