D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
1324472
/
root
/
usr
/
include
/
Imath
/
Filename :
PyImathStringArrayRegister.h
back
Copy
// // SPDX-License-Identifier: BSD-3-Clause // Copyright Contributors to the OpenEXR Project. // // clang-format off #ifndef _PyImathStringArrayRegister_h_ #define _PyImathStringArrayRegister_h_ #include "PyImathExport.h" namespace PyImath { PYIMATH_EXPORT void register_StringArrays(); } #endif