asteroidgen/vendor/stb_impl.cpp
2017-10-29 15:25:04 +10:00

6 lines
125 B
C++

#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"