Added inequality operator to EntityWrapper

This commit is contained in:
2016-01-18 21:17:24 +01:00
parent d4242bbead
commit 1760f9dfb1
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ struct EntityWrapper
ComponentWrapper operator[](const char* componentName);
bool operator==(const EntityWrapper& e) const;
bool operator!=(const EntityWrapper& e) const;
explicit operator EntityID() const;
operator bool();
};