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