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