Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/zone.h')
-rw-r--r--src/core/zone.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/zone.h b/src/core/zone.h
index cd1fec2..bb2074e 100644
--- a/src/core/zone.h
+++ b/src/core/zone.h
@@ -98,6 +98,9 @@ public:
/// find an entity inside a zone
Entity *find_entity(unsigned int id);
+ /// find a labeled entity inside a zone
+ Entity *find_entity(const std::string & label);
+
/* ---- mutators ------------------------------------------- */
/// set the Zone label