Begin implementation of Entities

This commit is contained in:
Maple Redleaf
2025-11-10 10:31:25 -06:00
parent 63477b20f5
commit 9d9a574b87
6 changed files with 30 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
#pragma once
class Entity;
class Component {