ReconstructMe SDK
2.0.819-89134
Real-time 3D reconstruction engine
Main Page
Related Pages
Modules
Files
Examples
File List
File Members
All
Classes
Files
Functions
Typedefs
Enumerations
Enumerator
Groups
Pages
source
lib_reconstructmesdk
inc
reconstructmesdk
libdef.h
Go to the documentation of this file.
1
12
#ifndef REME_LIBDEF_H
13
#define REME_LIBDEF_H
14
15
#ifdef _MSC_VER
16
#ifdef LIBRECONSTRUCTMESDK_EXPORTS
17
#define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE __declspec(dllexport)
18
#else
19
#define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE __declspec(dllimport)
20
#endif
21
#else
22
#define LIBRECONSTRUCTMESDK_LIBRARY_INTERFACE
23
#endif
24
25
#endif
Generated on Fri Oct 4 2013 07:46:17 for ReconstructMe SDK by
1.8.2