From f8b92ce3aa08b1445c9f956d8166830946562d12 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 3 Sep 2025 20:10:09 +0200 Subject: a --- src/game/world/bsp_draw.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/game/world/bsp_draw.h (limited to 'src/game/world/bsp_draw.h') diff --git a/src/game/world/bsp_draw.h b/src/game/world/bsp_draw.h new file mode 100644 index 0000000..048fa61 --- /dev/null +++ b/src/game/world/bsp_draw.h @@ -0,0 +1,4 @@ +#include "bsp.h" + +extern void bsp_draw_leaf( BSP* bsp, I32 leafidx ); +extern void bsp_draw( BSP* bsp, GAME_DATA* game, VEC2 window, VEC2 winsize ); -- cgit v1.2.3