#ifndef CPxShape_H #define CPxShape_H #ifdef __cplusplus extern "C" { #endif struct CPxShape { void* obj; }; #ifdef __cplusplus } #endif #endif // !CPxShape_H