Split stb_image into h/c

This commit is contained in:
2022-02-07 14:50:34 +00:00
parent 87df6921e8
commit b82ea3d670
7 changed files with 7363 additions and 7371 deletions

View File

@@ -1,18 +1,12 @@
#include "engine.h"
#define CGLTF_IMPLEMENTATION
#define GL_GLEXT_PROTOTYPES
#define STB_DS_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include <stb_ds.h>
#ifdef EDITOR
#include "editor.h"
#endif
#include <stb_ds.h>
#include <stb_image.h>
#include <pl_mpeg.h>
#include "render.h"
#include "openglrender.h"