00001 //============================================================================= 00002 // 00003 // PlaneTypes 00004 // 00005 //============================================================================= 00006 00012 #ifndef PLANE_TYPES_HH 00013 #define PLANE_TYPES_HH 00014 00015 00016 //== INCLUDES ================================================================= 00017 00018 #include <ACG/Scenegraph/PlaneNode.hh> 00019 00020 //== TYPEDEFS FOR SCENEGRAPH =============================================== 00021 00023 typedef ACG::SceneGraph::PlaneNode PlaneNode; 00024 00025 //============================================================================= 00026 #endif // PLANE_TYPES_HH defined 00027 //=============================================================================