From b14a7bb1e4e2e71a8fef86fcfec4ad9501768e57 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 14 Sep 2023 00:11:04 -0600 Subject: Started laser and fixed world bug --- src/world.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index d714649..b364270 100644 --- a/src/world.h +++ b/src/world.h @@ -46,6 +46,8 @@ void drawWorld(World * world, Game * game); // From can be used to stop it from hitting the entity the ray is coming from... EntityId traceRayToEntityInWorld(World * world, Ray ray, EntityFingerprint from, bool useFrom); +void debugWorld(World * world); + // Used for creating worlds. typedef struct WorldEntry { EntityType type; -- cgit v1.2.3