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