ReconstructMe SDK
1.2.742-76069
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
defines.h
Go to the documentation of this file.
1
11
#ifndef REME_DEFINES_H
12
#define REME_DEFINES_H
13
14
#define REME_VERSION_MAJOR 1
15
#define REME_VERSION_MINOR 2
16
#define REME_VERSION_BUILD 742
17
#define REME_VERSION_REVISION 76069
18
19
#define REME_SUCCESS(err) ((err) == 0)
20
#define REME_FAILED(err) ((err) != 0)
21
22
#ifdef __cplusplus
23
# define REME_BEGIN_DECLS extern "C" {
24
# define REME_END_DECLS }
25
#else
26
# define REME_BEGIN_DECLS
27
# define REME_END_DECLS
28
#endif
29
30
#endif
Generated on Mon Oct 29 2012 08:37:25 for ReconstructMe SDK by
1.8.2