#ifndef STDAPP_SPLASH_HPP #define STDAPP_SPLASH_HPP #include #define IMAGECLASS UPP_LogoImg #define IMAGEFILE #include class Splash : public Ctrl { private: Array widgets; void CloseSplash(); Size MakeSplash(Ctrl& parent, Array& ctrl); typedef Splash CLASSNAME; public: Splash(const int language, const int ms); }; #endif