Files
physx-go/pgo/physx-c/CPxSphereGeometry.h
2022-01-20 04:46:38 +04:00

19 lines
309 B
C
Executable File

#ifndef CPxSphereGeometry_H
#define CPxSphereGeometry_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxSphereGeometry
{
CPxReal radius;
};
CPxAPI CPxInline CSTRUCT CPxSphereGeometry NewCPxSphereGeometry(CPxReal radius);
#ifdef __cplusplus
}
#endif
#endif // !CPxSphereGeometry_H