//////////////////////////////////////////////////////////////////////////////////////////////// // Program : MyUppApp.exe // Version : 0.0.3 Alpha // Date : November 2006 // Copyright : Copyright(C) 2006 by Yeoh HS // Author : Yeoh HS //////////////////////////////////////////////////////////////////////////////////////////////// #ifndef _MyUppApp_Push_h_ #define _MyUppApp_Push_h_ #include #define LAYOUTFILE #include #define IMAGECLASS PushImg #define IMAGEFILE #include class Push : public WithPushLayout { public: typedef Push CLASSNAME; Push(); }; #endif