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

c:/home/kevn/src/animaniac/gator/CollisionDetectorPtr.h

Go to the documentation of this file.
00001 #ifndef COLLISION_DETECTOR_SHARED_PTR
00002 #define COLLISION_DETECTOR_SHARED_PTR
00003    
00004 #include <boost/smart_ptr.hpp>// for shared_ptr
00005 namespace gator
00006 {
00007    class CollisionDetector;
00008    typedef boost::shared_ptr<CollisionDetector> CollisionDetectorPtr;
00009 } // end namespace gator
00010    
00011 #endif

Generated on Wed Jun 12 01:54:02 2002 for Animaniac by doxygen1.2.15