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

19 lines
307 B
C
Executable File

#ifndef CPxBoxGeometry_H
#define CPxBoxGeometry_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxBoxGeometry
{
float hx, hy, hz;
};
CPxAPI CPxInline CSTRUCT CPxBoxGeometry NewCPxBoxGeometry(float hx, float hy, float hz);
#ifdef __cplusplus
}
#endif
#endif // !CPxBoxGeometry_H