vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DP_Kinect.h
Go to the documentation of this file.
1 #include <vrecko/Device.h>
2 
3 #include <vreckoDP/Export>
4 
5 #define INSTANCE
6 #define LIST
7 
8 
9 
10 extern "C" const char DP_EXPORT **getDeviceList(void);
11 extern "C" vrecko::Device DP_EXPORT *getDeviceInstance(const char *_name);
12 extern "C" const char DP_EXPORT *getDeviceDescription(const char *name);
13 extern "C" void DP_EXPORT setDevicesParameters(void);
14 extern "C" const char DP_EXPORT *getPluginDescription(void);