rename test files to be more meaningful

This commit is contained in:
Sean Barrett
2014-05-27 23:13:34 -07:00
parent e63b3e0702
commit 42bd3e253b
4 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,13 @@
#define STB_TRUETYPE_IMPLEMENTATIOn
#define STB_PERLIN_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_DXT_IMPLEMENATION
#define STB_C_LEXER_IMPLEMENTATIOn
#define STB_DIVIDE_IMPLEMENTATION
#include "stb_truetype.h"
#include "stb_image_write.h"
#include "stb_perlin.h"
#include "stb_dxt.h"
#include "stb_c_lexer.h"
#include "stb_divide.h"