home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Xentax forum attachments archive
/
xentax.7z
/
5257
/
source.7z
/
ps3_ni_no_kuni.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2011-12-29
|
265 b
|
15 lines
#ifndef __PS3_NI_NO_KUNI_H
#define __PS3_NI_NO_KUNI_H
#define PS3_NINOKUNI_BEGIN namespace PS3 { namespace NiNoKuni {
#define PS3_NINOKUNI_END }};
PS3_NINOKUNI_BEGIN
bool extract(void);
bool extract(const char* pathname);
PS3_NINOKUNI_END
#endif