Files
physx-go/pgo/physx-c/CPxRigidActor.h

18 lines
205 B
C
Executable File

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