This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
space-war/libs/stb_image/stbi_image.c

4 lines
78 B
C
Raw Permalink Normal View History

2022-01-30 21:24:16 +08:00
#define STB_IMAGE_IMPLEMENTATION
#define STBI_ONLY_PNG
2022-01-30 21:24:16 +08:00
#include "stb_image.h"