소스 검색

Toggle include for stb_image_resize header

SybexXx 2 주 전
부모
커밋
908a283685
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      code/components/jomjol_image_proc/make_stb.cpp

+ 2 - 2
code/components/jomjol_image_proc/make_stb.cpp

@@ -24,5 +24,5 @@
 #include "../stb/stb_image_write.h"
 #include "../stb/stb_image_write.h"
 
 
 #define STB_IMAGE_RESIZE_IMPLEMENTATION
 #define STB_IMAGE_RESIZE_IMPLEMENTATION
-// #include "../stb/deprecated/stb_image_resize.h"
-#include "../stb/stb_image_resize.h"
+#include "../stb/deprecated/stb_image_resize.h"
+// #include "../stb/stb_image_resize.h"