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:
@@ -57,4 +57,13 @@ namespace Copium
|
||||
{
|
||||
Entity camera;
|
||||
};
|
||||
|
||||
struct HealthC
|
||||
{
|
||||
int current;
|
||||
int max;
|
||||
|
||||
Entity background;
|
||||
Entity foreground;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user