1 2 3 4 5 6 7
#ifndef __LOADICONS_H__ #define __LOADICONS_H__ HINSTANCE LoadIconsPack(const char*); void InitIcons(); #endif