some more cleanup

This commit is contained in:
asrael 2026-04-15 00:27:16 -05:00
parent f4170614a7
commit 26e855369d
20 changed files with 22 additions and 41 deletions

View file

@ -2,13 +2,12 @@
#include "demo3d_bsp.h"
#include "pxl8_gfx.h"
#include "pxl8_mesh.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "pxl8_mesh.h"
typedef struct demo3d_bsp_render_state {
pxl8_gfx_material* materials;
pxl8_mesh* mesh;