Basic ECS

This commit is contained in:
2026-04-09 22:07:17 -05:00
parent 0d7b0aadd1
commit c52e1d22b7
20 changed files with 284 additions and 447 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "entity/component/entityposition.h"
X(POSITION, entityposition_t, position, entityPositionInit, NULL)