home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Xentax forum attachments archive
/
xentax.7z
/
5257
/
source.7z
/
x_gamebryo.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-01-01
|
234 b
|
15 lines
#ifndef __XENTAX_GAMEBRYO_H
#define __XENTAX_GAMEBRYO_H
#define GAMEBRYO_BEGIN namespace Gamebryo {
#define GAMEBRYO_END };
GAMEBRYO_BEGIN
bool extract(void);
bool extract(const char* pathname);
GAMEBRYO_END
#endif