Added Object/ObjectAllocator/ObjectManager ....

This commit is contained in:
2024-10-05 22:14:04 +08:00
parent afa80ed4de
commit e16b93400b
11 changed files with 637 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include<hgl/type/TypeInfo.h>
#include<hgl/math/Matrix.h>
#include<hgl/type/ObjectList.h>
#include<hgl/type/VersionData.h>