AnimaL |
Tutorial |
Documentation |
00001 // 00002 // C++ Interface: OctreeSpringEngine 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: François Faure <>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef animal_octreeOctreeSpringEngine_h 00013 #define animal_octreeOctreeSpringEngine_h 00014 00015 #include <OctreeODEEngine.h> 00016 00017 namespace animal { 00018 00019 namespace octree { 00020 00026 class OctreeSpringEngine : public OctreeODEEngine 00027 { 00028 public: 00029 OctreeSpringEngine(); 00030 00031 ~OctreeSpringEngine(); 00032 00033 }; 00034 00035 }; 00036 00037 }; 00038 00039 #endif