8 lines
102 B
C
8 lines
102 B
C
|
#ifndef STB_IMAGE_H
|
||
|
#define STB_IMAGE_H
|
||
|
|
||
|
#define STBI_HEADER_FILE_ONLY
|
||
|
#include "stb_image.c"
|
||
|
|
||
|
#endif
|