12 lines
500 B
C
12 lines
500 B
C
#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__
|