LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
initialize.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd. All Rights Reserved
2 
3 #ifndef LAYOUT_INITIALIZE_H_
4 #define LAYOUT_INITIALIZE_H_
5 
6 #include <LayOutAPI/common.h>
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
16 LO_EXPORT void LOInitialize();
17 
22 LO_EXPORT void LOTerminate();
23 
29 LO_EXPORT void LOGetAPIVersion(size_t* major, size_t* minor);
30 
31 #ifdef __cplusplus
32 } // extern "C" {
33 #endif
34 
35 #endif // LAYOUT_INITIALIZE_H_