Move the implementation of stbi to it's own .cc file

Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
This commit is contained in:
Arthur Brainville (Ybalrid) 2018-02-18 20:09:24 +01:00 committed by Arthur Brainville
parent 8066a54415
commit 3903446bfc
No known key found for this signature in database
GPG Key ID: BC05C4812A06BCF3
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ newoption {
}
sources = {
"stbi-impl.cc",
"main.cc",
"render.cc",
"render-config.cc",

View File

@ -0,0 +1,3 @@
#define STB_IMAGE_IMPLEMENTATION
#include "tiny_gltf.h"