home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CL_USE_H_
- #define _CL_USE_H_
-
- #include "cl_rc.h"
-
- int CALLBACK clSetDialogBackground(WORD type,long color);
- HINSTANCE CALLBACK clLoadLibrary(void);
- int CALLBACK clFreeLibrary(void);
- int CALLBACK clMessageBox(HWND hParent,LPSTR text,LPSTR caption,WORD type);
- int CALLBACK clMes(HWND hParent,int text_num,int caption_num,WORD type);
- void CALLBACK clShowHint(HINSTANCE hInst,DWORD xParam,long lParam);
- void CALLBACK clSetAutoHintColor(int color);
- int CALLBACK clMesDLL(HINSTANCE hInst,HWND hPar,int n,int c,WORD type);
- int CALLBACK clDrawTextLine(HDC hDC,char far *text,RECT far *r,WORD dtFormat,COLORREF bc,COLORREF fc,WORD order);
- int CALLBACK clCheckVersion(int needed);
- //-----------------------------------------
-
- #endif
-