Back to Evolution Project page
#ifndef WINDOWLE_SBUP2_EVO #define WINDOWLE_SBUP2_EVO #include "Window.h" class TWindowLE_sbup2 : public TWindow { public: TWindowLE_sbup2(TScreen* parent_new, int xx, int yy, int sizexx, int sizeyy) : TWindow(parent_new, xx, yy, sizexx, sizeyy) { } private: protected: }; #endif //WINDOWLE_SBUP2_EVO