home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
demos
/
skyscrap
/
build
/
help.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-05-12
|
259 b
|
14 lines
#ifndef __help_h
#define __help_h
#include "menu.h"
class HelpScreen : public SceneryDirector
{
public:
HelpScreen() : SceneryDirector("help.pcx") { }
const Type_info& get_next_director() { return typeid(Menu); }
};
#endif //__help_h