libcmo21/LibCmo/VTImage.hpp

8 lines
135 B
C++
Raw Normal View History

2023-09-16 18:31:25 +08:00
#pragma once
// Bad wrapper for stb image library.
#include "stb_image.h"
#include "stb_image_write.h"
#include "stb_image_resize.h"