瀏覽代碼

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"

部分文件因文件數量過多而無法顯示