#ifndef NUMBERINPUTLAYER_H #define NUMBERINPUTLAYER_H #include namespace gd { class GDH_DLL NumberInputLayer : public FLAlertLayer { }; } #endif