fix c includes file
This commit is contained in:
parent
04ab6d9e6f
commit
ffa56f6947
@ -15,15 +15,12 @@
|
|||||||
|
|
||||||
#include <xmmintrin.h>
|
#include <xmmintrin.h>
|
||||||
|
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
|
||||||
#include "external/stb/stb_image.h"
|
#include "external/stb/stb_image.h"
|
||||||
|
|
||||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
||||||
#include "external/stb/stb_image_write.h"
|
#include "external/stb/stb_image_write.h"
|
||||||
|
|
||||||
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
|
#define CGLM_FORCE_DEPTH_ZERO_TO_ONE
|
||||||
#include "external/cglm/cglm.h"
|
#include "external/cglm/cglm.h"
|
||||||
|
|
||||||
#define CGLTF_IMPLEMENTATION
|
|
||||||
#include "external/cgltf/cgltf.h"
|
#include "external/cgltf/cgltf.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user