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

@ -1,7 +1,6 @@
#include "pxl8_lightmap.h"
#include "pxl8_mem.h"
#include <stdlib.h>
#include <string.h>
pxl8_lightmap* pxl8_lightmap_create(u32 width, u32 height, u32 scale) {