2024-06-14 17:24:38 +02:00
|
|
|
#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"
|
|
|
|
|
2024-06-19 11:19:33 +02:00
|
|
|
#define STBIWDEF RFEXTERN
|
2024-06-14 17:24:38 +02:00
|
|
|
#define STBI_WRITE_NO_STDIO 1
|
|
|
|
#include "stb/stb_image_write.h"
|
|
|
|
|
|
|
|
#endif
|