home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
demos
/
mfighter
/
build
/
main.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
|
1995-04-11
|
258 b
|
18 lines
#include "theatrix.h"
class MarbleFighter : public Theatrix
{
public:
MarbleFighter();
~MarbleFighter();
void use_network();
void use_side(int);
private:
IntroPage* intro;
HelpPage* help;
Match* match;
Menu* menu;
};