ultimatepp/uppdev/stdapp/stdappSplash.hpp
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

24 lines
454 B
C++

#ifndef STDAPP_SPLASH_HPP
#define STDAPP_SPLASH_HPP
#include <stdapp/stdappDef.hpp>
#define IMAGECLASS UPP_LogoImg
#define IMAGEFILE <stdapp/UPP_Logo_033.iml>
#include <Draw/iml_header.h>
class Splash : public Ctrl
{
private:
Array<Ctrl> widgets;
void CloseSplash();
Size MakeSplash(Ctrl& parent, Array<Ctrl>& ctrl);
typedef Splash CLASSNAME;
public:
Splash(const int language, const int ms);
};
#endif