mirror of
https://github.com/nothings/stb.git
synced 2026-01-08 21:53:18 +00:00
start converting stb_image.c to a .h file
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user