Core: Add ObjectLibrary::Clear

This commit is contained in:
Lynix
2018-07-01 00:36:59 +02:00
parent 217d971fe7
commit eeaaebb15c
3 changed files with 15 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ namespace Nz
ObjectLibrary() = delete;
~ObjectLibrary() = delete;
static void Clear();
static ObjectRef<Type> Get(const String& name);
static bool Has(const String& name);