summaryrefslogtreecommitdiff
path: root/stb_image.h
blob: a4fdbd04f2b34be090fbd7168f37324602596e09 (plain)
1
2
3
4
5
6
7
#ifndef STB_IMAGE_H
#define STB_IMAGE_H

#define STBI_HEADER_FILE_ONLY
#include "stb_image.c"

#endif