Minor - ECS use for import object - V12.1.0

This commit is contained in:
2025-06-24 15:36:45 +02:00
parent 039b034175
commit 3adfddf44f
5 changed files with 116 additions and 89 deletions

View File

@@ -121,6 +121,7 @@
<ClInclude Include="src\inc\system\display_plane_class.h" />
<ClInclude Include="src\inc\system\ecs\component.h" />
<ClInclude Include="src\inc\system\ecs\components\identity_component.h" />
<ClInclude Include="src\inc\system\ecs\components\model_path_component.h" />
<ClInclude Include="src\inc\system\ecs\components\physics_component.h" />
<ClInclude Include="src\inc\system\ecs\components\render_component.h" />
<ClInclude Include="src\inc\system\ecs\components\shader_component.h" />