start converting stb_image.c to a .h file

This commit is contained in:
Sean Barrett
2014-05-31 04:49:43 -07:00
parent 7ed3bb26bb
commit 927b455d85
4 changed files with 4685 additions and 12 deletions

View File

@ -4,6 +4,7 @@
#define STB_DXT_IMPLEMENATION
#define STB_C_LEXER_IMPLEMENTATIOn
#define STB_DIVIDE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include "stb_truetype.h"
#include "stb_image_write.h"
@ -11,3 +12,6 @@
#include "stb_dxt.h"
#include "stb_c_lexer.h"
#include "stb_divide.h"
#include "stb_image.h"