1 2 3 4 5 6 7 8 9 10 11
#ifndef _ICONS_INC #define _ICONS_INC #include "frame.h" extern HICON hIconMenuSet, hIconList1, hIconList2, hIconMenuShowHide, hIconSystray; void InitIcons(); #endif