// // SPDX-License-Identifier: BSD-3-Clause // Copyright Contributors to the OpenEXR Project. // // clang-format off #ifndef _PyImathBasicTypes_h_ #define _PyImathBasicTypes_h_ #include "PyImathExport.h" namespace PyImath { PYIMATH_EXPORT void register_basicTypes(); } #endif