vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Configuration.h
Go to the documentation of this file.
1 #pragma once
2 #include "ShapeGenerator.h"
3 
4 namespace APDYNAMICART
5 {
6 
8 {
9 
11  {
12  static Configuration conf;
13  return &conf;
14  }
15 
20 
21 
22 };
23 
24 }