diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-20 03:08:57 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-20 03:08:57 -0600 |
commit | 43e31b6e124da754ef928d22fbb9a1d7640aab4b (patch) | |
tree | 698f723866bd99982a6c606c63cfa0387863e2db /src/game.h | |
parent | f3f5fedbf591c10fa675a32103bab9480b42abe8 (diff) |
New bullet system
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ typedef struct Game { Assets assets; World world; Settings settings; - Bullets bullets; } Game; void initGame(Game * game); |