summaryrefslogtreecommitdiff
path: root/thirdparty/stb/tests/resample_test_c.c
blob: e7e353100aadc9aff77caf642af332ab29653584 (plain) (blame)
1
2
3
4
5
6
7
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() {
}