LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
defs.h
Go to the documentation of this file.
1 // Copyright 2017 Trimble Inc. All Rights Reserved.
2 
7 #ifndef SKETCHUP_DEFS_H_
8 #define SKETCHUP_DEFS_H_
9 
10 #include <SketchUpAPI/common.h>
11 
12 #pragma pack(push, 8)
13 
14 DEFINE_SU_TYPE(SULengthFormatterRef)
15 DEFINE_SU_TYPE(SUStringRef)
16 
17 #pragma pack(pop)
18 
19 #endif // SKETCHUP_DEFS_H_