rpcsx/rpcs3/stb_image.cpp

10 lines
142 B
C++
Raw Normal View History

2016-01-06 00:52:48 +01:00
#include "stdafx.h"
extern "C"
{
#pragma warning(push, 0)
#include "stblib/stb_image.h"
#include "stblib/stb_image.c"
#pragma warning(pop)
}