Ndk/Entity: Added Entity::Invalidate()

Former-commit-id: 8b0824982fbe0ff84acbb0db5cc1509e2c86bcbd
This commit is contained in:
Lynix
2015-05-06 22:48:36 +02:00
parent 96bbabe334
commit 04d864e171
2 changed files with 10 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ namespace Ndk
void Kill();
void Invalidate();
bool IsValid() const;
void RemoveAllComponents();