mirror of https://github.com/PCSX2/pcsx2.git
The joys of unrestrained find/replace. :(
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@781 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ceaee3748e
commit
d793d84860
|
@ -17,8 +17,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __pDisplayS_H__
|
#ifndef __PLUGINCALLBACKS_H__
|
||||||
#define __pDisplayS_H__
|
#define __PLUGINCALLBACKS_H__
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
typedef u32 (CALLBACK* _PS2EgetLibType)(void);
|
typedef u32 (CALLBACK* _PS2EgetLibType)(void);
|
||||||
|
@ -435,4 +435,4 @@ extern _FWtest FWtest;
|
||||||
extern _FWabout FWabout;
|
extern _FWabout FWabout;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __pDisplayS_H__
|
#endif // __PLUGINCALLBACKS_H__
|
||||||
|
|
Loading…
Reference in New Issue