Back to Evolution Project page
00001 #ifndef WINDOWLE_OBJPROPERTIES_EVO 00002 #define WINDOWLE_OBJPROPERTIES_EVO 00003 #include "Window.h" 00004 00005 class TWindowLE_ObjProperties : public TWindow { 00006 public: 00007 TWindowLE_ObjProperties(TScreen* parent_new, int xx, int yy, int sizexx, int sizeyy) : 00008 TWindow(parent_new, xx, yy, sizexx, sizeyy) { 00009 } 00010 private: 00011 00012 protected: 00013 }; 00014 00015 00016 #endif //WINDOWLE_OBJPROPERTIES_EVO
1.0.0 written by Dimitri van Heesch,
© 1997-1999