aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-02 18:47:37 +1000
committerquou <quou@disroot.org>2024-10-02 18:47:37 +1000
commit4d94823a1523db6dc218bdc0d86689616c13599d (patch)
treecfc6dc5bf3cbfff9c0a31b7939441d86116eff29 /world.h
parent911f57c63ec6de6fb5704c97130b65e676b2c16e (diff)
Gun special
Diffstat (limited to 'world.h')
-rw-r--r--world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/world.h b/world.h
index d691a6a..05372ae 100644
--- a/world.h
+++ b/world.h
@@ -17,6 +17,7 @@ typedef struct World {
int particle_count, enemy_count;
int deathzone_count;
Player player;
+ Laser laser;
Map map;
int frame, freeze;
} World;