home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser 1998 October
/
STC_CD_10_1998.iso
/
BASE
/
BGH
/
C___1
/
BGH.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-26
|
310b
|
20 lines
#ifndef _BGH_H_
#define _BGH_H_
class BGH
{
public:
BGH(const char* Name);
~BGH();
WORD operator signed();
char* GetHelpString(WORD Typ, WORD Guppe, WORD Index);
void Action(WORD Mx, WORD My, WORD Typ, WORD Guppe, WORD Index);
private:
void* MemoryBase;
};
#endif /* _BGH_H_ */