From fb104368dd33b66e0575dcc0327cbae7046a4e1e Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 5 May 2023 13:44:23 +1000 Subject: Add killing enemies. --- world.h | 1 + 1 file changed, 1 insertion(+) (limited to 'world.h') diff --git a/world.h b/world.h index 9709337..923dc90 100644 --- a/world.h +++ b/world.h @@ -21,6 +21,7 @@ struct World { CAnimated animateds [max_entities]; CBullet bullets [max_entities]; CEnemy enemies [max_entities]; + CCollider colliders [max_entities]; Player player; }; -- cgit v1.2.3-54-g00ecf