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

BuildingInside.h

Go to the documentation of this file.
00001 #ifndef _BUILDINGINSIDE_H_
00002 #define _BUILDINGINSIDE_H_
00003 
00004 #include "LocalWorld.h"
00005 
00011 class BuildingInside : public LocalWorld
00012 {
00013  public:
00014   BuildingInside(string filename = "");
00015   virtual ~BuildingInside();
00016 
00017   virtual Object *checkCollision(Vector3 position, double radius = 0.0);
00018 };
00019 
00020 #endif

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