AxibugEmuOnline/virtuanessrc097-master/NES/IPS.h

12 lines
500 B
C
Raw Normal View History

<EFBFBD><EFBFBD>#ifndef __IPS_INCLUDED__
#define __IPS_INCLUDED__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "typedef.h"
#include "macro.h"
BOOL ApplyIPS( const char* filename, LPBYTE pROM, LONG imagesize );
#endif // !__IPS_INCLUDED__