mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
10 lines
142 B
C++
10 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)
|
||
|
|
}
|