mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.1@159 96395faa-99c1-11dd-bbfe-3dabce05a288
10 lines
203 B
C
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__ */
|
|
|