#ifndef __GDPROTOCOLS_H__ #define __GDPROTOCOLS_H__ #include namespace gd { class FLAlertLayer; class GDH_DLL FLAlertLayerProtocol { public: virtual void FLAlert_Clicked(gd::FLAlertLayer*, bool btn2) {}; }; } #endif