mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
8
thirdparty/stb/tests/resample_test_c.c
vendored
Normal file
8
thirdparty/stb/tests/resample_test_c.c
vendored
Normal file
@@ -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() {
|
||||
}
|
||||
Reference in New Issue
Block a user