home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
knowhow4
/
help.cpp
< 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-11-01
|
281 b
|
12 lines
#include "help.h"
HypertextView* help_object; // help object
void help(char* help_context) // Draws the window with help
{
help_object->jmp_to(help_context);
help_object->show_window();
help_object->exe();
help_object->hide();
}