Add ecs ComponentListener

- Add ecs ComponentListener which listens to Component addition and
  removal
- Add RefCounter class used to keep track of moves and copies
This commit is contained in:
Thraix
2023-05-29 17:49:37 +02:00
parent 5a615ecc4e
commit 3ec9bcd152
24 changed files with 351 additions and 70 deletions
+1
View File
@@ -35,6 +35,7 @@ namespace Copium
static bool IsMouseDown(int button);
static bool IsMouseUp(int button);
static glm::vec2 GetMouseWindowPos();
static glm::vec2 GetMousePos();
static void OnKey(int keyCode, bool pressed);