SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
defs.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
2 // Common SU API defines
3 #ifndef SLAPI_MODEL_DEFS_H_
4 #define SLAPI_MODEL_DEFS_H_
5 
6 #include <slapi/slapi.h>
7 
8 #pragma pack(push, 8)
9 
40 
45 enum SURefType {
72 };
73 
74 #pragma pack(pop)
75 
76 #endif // SLAPI_MODEL_DEFS_H_