fix c includes file

This commit is contained in:
Matthew 2025-11-21 18:30:39 +11:00
parent 04ab6d9e6f
commit ffa56f6947

View File

@ -15,15 +15,12 @@
#include <xmmintrin.h>
#define STB_IMAGE_IMPLEMENTATION
#include "external/stb/stb_image.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "external/stb/stb_image_write.h"
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
#include "external/cglm/cglm.h"
#define CGLTF_IMPLEMENTATION
#include "external/cgltf/cgltf.h"