mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Oops! Enable the #define
This commit is contained in:
parent
a1610a77f2
commit
8da7317c1f
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ static inline int Buf_GetC(stdio_buffer_t *buf)
|
|||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STBI_ONLY_JPEG
|
||||
#define STBI_ONLY_PNG
|
||||
#define STBI_ONLY_TGA
|
||||
#include "stb_image.h"
|
||||
static byte *Image_LoadSTBI(FILE *f, int *width, int *height)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue