#ifndef __GJSPECIALCOLORSELECT_H__ #define __GJSPECIALCOLORSELECT_H__ #include namespace gd { class GDH_DLL GJSpecialColorSelect : public gd::FLAlertLayer { // todo public: static const char* textForColorIdx(int id) { return reinterpret_cast( base + 0x14e1d0 )(id); } }; } #endif