diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag_compound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tag_compound.h b/include/tag_compound.h index abf1df239a..da6b755ad5 100644 --- a/include/tag_compound.h +++ b/include/tag_compound.h @@ -100,6 +100,8 @@ public: ///Returns true if the given key exists in the compound bool has_key(const std::string& key) const; + ///Returns true if the given key exists and the tag has the given type + bool has_key(const std::string& key, tag_type type) const; ///Returns the number of tags in the compound size_t size() const; |
