Back to Evolution Project page


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Sources   Compound Members   File Members  

WindowLE_Messages.h

00001 #ifndef WINDOWLE_MESSAGES_EVO 
00002 #define WINDOWLE_MESSAGES_EVO 
00003 #include "Window.h"
00004 
00005 class TWindowLE_Messages : public TWindow { 
00006  public: 
00007   TWindowLE_Messages(TScreen* parent_new, int xx, int yy, int sizexx, int sizeyy) :
00008     TWindow(parent_new, xx, yy, sizexx, sizeyy) {
00009   }
00010   
00011  private: 
00012   
00013  protected:
00014 };
00015 
00016 
00017 #endif //WINDOWLE_MESSAGES_EVO

Generated at Mon Nov 6 22:47:06 2000 for TheGameofEvolution by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999