#include "shared/shared.h"
#include "common/common.h"
#include "common/zone.h"
#include "stb_image.h"
#include "stb_image_resize.h"
#include "stb_image_write.h"
Go to the source code of this file.
Macros | |
#define | STBI_MALLOC(sz) Z_Malloc(sz) |
#define | STBI_REALLOC(p, newsz) Z_Realloc(p,newsz) |
#define | STBI_FREE(p) Z_Free(p) |
#define | STB_IMAGE_IMPLEMENTATION |
#define | STB_IMAGE_RESIZE_IMPLEMENTATION |
#define | STB_IMAGE_WRITE_IMPLEMENTATION |