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

Museum.h

Go to the documentation of this file.
00001 #ifndef _MUSEUM_H_
00002 #define _MUSEUM_H_
00003 
00004 #include "MuseumInside.h"
00005 #include "ObjLoader.h"
00006 #include "StaticBuilding.h"
00007 
00013 class Museum : public StaticBuilding
00014 {
00015  public:
00016   Museum(string filename);
00017   virtual ~Museum();
00018 
00019   virtual void draw();
00020 
00021  protected:
00022 };
00023 
00024 #endif

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