(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.

This commit is contained in:
frosch
2010-11-21 17:05:23 +00:00
parent 0580f3be0b
commit d5360390d0
3 changed files with 29 additions and 11 deletions

View File

@@ -95,6 +95,7 @@ struct ClearedObjectArea {
TileArea area; ///< The area of the object.
};
ClearedObjectArea *FindClearedObject(TileIndex tile);
extern SmallVector<ClearedObjectArea, 4> _cleared_object_areas;
#endif /* OBJECT_BASE_H */