#ifndef _ICONS_INC #define _ICONS_INC typedef enum {I_MENUOFF, I_MENU, I_CONVERT, I_ADD, I_EDIT, I_SETDEFAULT, I_REMOVE} IconIndex; HICON LoadIconEx(IconIndex i); HANDLE GetIcolibHandle(IconIndex i); void ReleaseIconEx(HICON hIcon); void InitIcons(void); void DeinitIcons(void); #endif