test_image_write.c: change from standalone to integrated with image_test.c

This commit is contained in:
Sean Barrett 2019-02-24 04:22:47 -08:00
parent e0ee0de26c
commit 57c7029166
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,3 @@
#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"

View File

@ -1 +1,3 @@
#define STB_IMAGE_WRITE_IMPLEMENTATION
#define STB_IMAGE_WRITE_STATIC
#include "stb_image_write.h"