home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
demos
/
skeleton
/
build
/
mydir.h
< prev
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-05-03
|
223 b
|
13 lines
#include <theatrix.h>
const int MYDIR_ID = 3;
class MyDirector : public VideoDirector {
public:
MyDirector() : VideoDirector() { }
void initialize();
void display();
private:
void on_escape(int);
};