浏览代码

more renaming

Sean Barrett 11 年之前
父节点
当前提交
2514fbc2c7
共有 2 个文件被更改,包括 188 次插入186 次删除
  1. 186 186
      stb_image.h
  2. 2 0
      tests/test_c_compilation.c

文件差异内容过多而无法显示
+ 186 - 186
stb_image.h


+ 2 - 0
tests/test_c_compilation.c

@@ -3,7 +3,9 @@
 #define STB_DXT_IMPLEMENATION
 #define STB_C_LEXER_IMPLEMENTATIOn
 #define STB_DIVIDE_IMPLEMENTATION
+#define STB_IMAGE_IMPLEMENTATION
 
+#include "stb_image.h"
 #include "stb_image_write.h"
 #include "stb_perlin.h"
 #include "stb_dxt.h"

部分文件因为文件数量过多而无法显示