Ndk/EntityHandle: Add ToString() method

Former-commit-id: b99c515e893c6363f030ffdd18925e92870e9361
This commit is contained in:
Lynix
2015-09-14 22:41:55 +02:00
parent 6fa143d7a8
commit ea66d01246
2 changed files with 18 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ namespace Ndk
EntityHandle& Swap(EntityHandle& handle);
NzString ToString() const;
operator bool() const;
operator Entity*() const;
Entity* operator->() const;