From 55b7a44af3341f4952ed6a0992c0b8499a71877b Mon Sep 17 00:00:00 2001 From: asrael Date: Thu, 13 Nov 2025 17:22:52 -0600 Subject: [PATCH] add bsp header to world header --- src/pxl8_world.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pxl8_world.h b/src/pxl8_world.h index 0f5d2f0..03158af 100644 --- a/src/pxl8_world.h +++ b/src/pxl8_world.h @@ -1,5 +1,6 @@ #pragma once +#include "pxl8_bsp.h" #include "pxl8_gfx.h" #include "pxl8_math.h" #include "pxl8_procgen.h"