14 lines
259 B
C
14 lines
259 B
C
#ifndef _REFUEL_STBI_H_
|
|
#define _REFUEL_STBI_H_
|
|
|
|
#include "docker-cross-compiler/include/rf_common.h"
|
|
|
|
#define STBIDEF RFEXTERN
|
|
#define STBI_NO_THREAD_LOCALS 1
|
|
#include "stb/stb_image.h"
|
|
|
|
#define STBI_WRITE_NO_STDIO 1
|
|
#include "stb/stb_image_write.h"
|
|
|
|
#endif
|