vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PS_Component.h
Go to the documentation of this file.
1 
8 #pragma once
9 #include "PS_FlatShape.h"
10 
11 namespace APDYNAMICART
12 {
13 
14 class PS_Component : public PS_FlatShape
15 {
16 public:
17  PS_Component();
18 
19 };
20 
21 typedef osg::ref_ptr<PS_Component> PS_ComponentPtr;
22 
23 }