aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-20 03:08:57 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-20 03:08:57 -0600
commit43e31b6e124da754ef928d22fbb9a1d7640aab4b (patch)
tree698f723866bd99982a6c606c63cfa0387863e2db /src/game.h
parentf3f5fedbf591c10fa675a32103bab9480b42abe8 (diff)
New bullet system
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 0 insertions, 1 deletions
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);