#ifndef __MDE_CORE_ICON_H__ #define __MDE_CORE_ICON_H__ #include #ifdef __cplusplus extern "C" { #endif char* MDEIconLookUp(const char* genre, const char* name, int size); #ifdef __cplusplus } #endif #endif