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

LocalWorld.h

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

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