rpcsx/rpcs3/stb_image.cpp
AnnieL 8cded28c45 Updates stb_image from 1.33 to 2.10
Updates stb_image from 1.33 to 2.10 which deprecates stb_image.c and
uses only stb_image.h
2016-03-17 18:03:59 +00:00

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"