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