diff options
Diffstat (limited to 'thirdparty/stb/tests/resample_test_c.c')
| -rw-r--r-- | thirdparty/stb/tests/resample_test_c.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/thirdparty/stb/tests/resample_test_c.c b/thirdparty/stb/tests/resample_test_c.c new file mode 100644 index 0000000..e7e3531 --- /dev/null +++ b/thirdparty/stb/tests/resample_test_c.c @@ -0,0 +1,8 @@ +#define STB_IMAGE_RESIZE_IMPLEMENTATION +#define STB_IMAGE_RESIZE_STATIC +#include "stb_image_resize.h" + +// Just to make sure it will build properly with a c compiler + +int main() { +} |