From 43e31b6e124da754ef928d22fbb9a1d7640aab4b Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 20 Jul 2023 03:08:57 -0600 Subject: New bullet system --- src/game.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 555b5b4..063a1cc 100644 --- a/src/game.h +++ b/src/game.h @@ -24,7 +24,6 @@ typedef struct Game { Assets assets; World world; Settings settings; - Bullets bullets; } Game; void initGame(Game * game); -- cgit v1.2.3