Back to Evolution Project page


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

WindowLE_sbdw2.h

This is the verbatim text of the WindowLE_sbdw2.h include file.
#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

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