summaryrefslogtreecommitdiff
path: root/src/object_base.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-11-21 17:05:23 +0000
committerfrosch <frosch@openttd.org>2010-11-21 17:05:23 +0000
commitd5360390d00181b69a2aa90528a417d1299645d6 (patch)
treef27d3fe04e2c2b0462178f63e3b38dd7153cee72 /src/object_base.h
parent0580f3be0b35874cd8a4a3bb5f67f4ff32f270e6 (diff)
downloadopenttd-d5360390d00181b69a2aa90528a417d1299645d6.tar.xz
(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.
Diffstat (limited to 'src/object_base.h')
-rw-r--r--src/object_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_base.h b/src/object_base.h
index 3ca3da111..4220a0c4c 100644
--- a/src/object_base.h
+++ b/src/object_base.h
@@ -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 */