home *** CD-ROM | disk | FTP | other *** search
- #ifndef _BGH_H_
- #define _BGH_H_
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- ULONG BGH_Load(const char* Name);
- void BGH_Free(ULONG BGH_ID);
- char* BGH_GetHelpString(ULONG BGH_ID, WORD Typ, WORD Guppe, WORD Index);
-
- void BGH_Action(ULONG BGH_ID, WORD Mx, WORD My, WORD Typ, WORD Guppe, WORD Index);
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif /* _BGH_H_ */
-