ECS Enhancements

This commit is contained in:
2026-04-10 07:09:25 -05:00
parent c52e1d22b7
commit 42099f7241
16 changed files with 289 additions and 36 deletions
+4 -2
View File
@@ -5,6 +5,8 @@
* https://opensource.org/licenses/MIT
*/
#include "entity/component/entityposition.h"
#include "entity/component/display/entityposition.h"
#include "entity/component/display/entitycamera.h"
X(POSITION, entityposition_t, position, entityPositionInit, NULL)
X(POSITION, entityposition_t, position, entityPositionInit, NULL)
X(CAMERA, entitycamera_t, camera, entityCameraInit, NULL)