mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
9 lines
142 B
C++
9 lines
142 B
C++
#include "stdafx.h"
|
|
|
|
extern "C"
|
|
{
|
|
#pragma warning(push, 0)
|
|
#include "stblib/stb_image.h"
|
|
#include "stblib/stb_image.c"
|
|
#pragma warning(pop)
|
|
}
|