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