Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Castle.h

Go to the documentation of this file.
00001 #ifndef _CASTLE_H_
00002 #define _CASTLE_H_
00003 
00004 #include "StaticBuilding.h"
00005 
00006 class Castle : public StaticBuilding
00007 {
00008  public:
00009   Castle();
00010   virtual ~Castle();
00011 
00012 };
00013 
00014 #endif // _CASTLE_H

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18