00001 #ifndef WINFUNCS_H 00002 #define WINFUNCS_H 00003 00004 UINT APIENTRY ColorDialogHook(HWND hdlg, UINT msg, WPARAM, LPARAM); 00005 void GetLightColor(); 00006 00007 #endif