SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
initialize.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved
2 
3 #ifndef SLAPI_INITIALIZE_H_
4 #define SLAPI_INITIALIZE_H_
5 
6 #include <slapi/slapi.h>
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
16 SU_EXPORT void SUInitialize();
17 
22 SU_EXPORT void SUTerminate();
23 
29 SU_EXPORT void SUGetAPIVersion(size_t* major, size_t* minor);
30 
31 #ifdef __cplusplus
32 } // extern "C" {
33 #endif
34 
35 #endif // SLAPI_INITIALIZE_H_