UGDK
|
00001 #ifndef PYRAMIDWORKS_GEOMETRY_H_ 00002 #define PYRAMIDWORKS_GEOMETRY_H_ 00003 00004 namespace pyramidworks { 00005 namespace geometry { 00006 00007 class GeometricShape; 00008 class Circle; 00009 class ConvexPolygon; 00010 class Rect; 00011 00012 } // namespace collision 00013 } // namespace pyramidworks 00014 00015 #endif /* PYRAMIDWORKS_GEOMETRY_H_ */