diff --git a/includes.c b/includes.c index e6a5167..8289471 100644 --- a/includes.c +++ b/includes.c @@ -15,15 +15,12 @@ #include -#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"