mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-14 20:50:11 +01:00
Updates stb_image from 1.33 to 2.10 which deprecates stb_image.c and uses only stb_image.h
4 lines
190 B
C++
4 lines
190 B
C++
#include "stdafx.h"
|
|
// Defines STB_IMAGE_IMPLEMENTATION *once* before including stb_image.h (as said in stb_image.h's comments)
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stblib/stb_image.h" |