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