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