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