8 lines
135 B
C++
8 lines
135 B
C++
#pragma once
|
|
|
|
// Bad wrapper for stb image library.
|
|
|
|
#include "stb_image.h"
|
|
#include "stb_image_write.h"
|
|
#include "stb_image_resize.h"
|