Add stb_image implementation file;

This commit is contained in:
bjorn 2017-01-21 17:15:04 -08:00
parent 666a3a23d7
commit dff9cc3c98
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include "util.h"
#define STB_IMAGE_IMPLEMENTATION
#include "vendor/stb/stb_image.h"
#include <stdarg.h>
#include <stdio.h>

2
src/vendor/stb/stb_image.c vendored Normal file
View File

@ -0,0 +1,2 @@
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"