// Copyright 2017 Trimble Inc. All Rights Reserved. /** * @file * @brief General types for the API. */ #ifndef SKETCHUP_DEFS_H_ #define SKETCHUP_DEFS_H_ #include #pragma pack(push, 8) DEFINE_SU_TYPE(SULengthFormatterRef) DEFINE_SU_TYPE(SUStringRef) #pragma pack(pop) #endif // SKETCHUP_DEFS_H_