#ifndef __MOREOPTIONSLAYER_H__ #define __MOREOPTIONSLAYER_H__ #include namespace gd { class GDH_DLL MoreOptionsLayer : public FLAlertLayer { public: static MoreOptionsLayer* create() { return reinterpret_cast( base + 0x1de850 )(); } void addToggle(const char* name, const char* key, const char* info) { reinterpret_cast(base + 0x1DF6B0)(this, name, key, info); } }; } #endif