pcsx2/Patch.h
2007-04-02 01:06:17 +00:00

10 lines
203 B
C

#ifndef __PATCH_H__
#define __PATCH_H__
void applypatch( int place );
void inifile_read( char * name );
void inifile_command( char * cmd );
void resetpatch( void );
#endif /* __PATCH_H__ */