2014-08-18 17:12:59 +01:00
|
|
|
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
|
|
|
#define STB_IMAGE_RESIZE_STATIC
|
|
|
|
#include "stb_image_resize.h"
|
2014-07-24 06:17:56 +01:00
|
|
|
|
|
|
|
// Just to make sure it will build properly with a c compiler
|
2017-03-11 17:34:26 +00:00
|
|
|
|
|
|
|
int main() {
|
|
|
|
}
|