home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Xentax forum attachments archive
/
xentax.7z
/
5257
/
source.7z
/
ps3_touchshot.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2012-03-23
|
248 b
|
18 lines
#ifndef __XENTAX__H
#define __XENTAX__H
#define X_SYSTEM PS3
#define X_GAME TOUCHSHOT
namespace X_SYSTEM { namespace X_GAME {
bool extract(void);
bool extract(const char* pathname);
}};
#undef X_SYSTEM
#undef X_GAME
#endif