mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Shapes+RigidActors+CreateExclusiveShape+add createRigid dynamic/static to physics
This commit is contained in:
17
pgo/physx-c/CPxShape.h
Executable file
17
pgo/physx-c/CPxShape.h
Executable file
@ -0,0 +1,17 @@
|
||||
#ifndef CPxShape_H
|
||||
#define CPxShape_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct CPxShape
|
||||
{
|
||||
void* obj;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !CPxShape_H
|
||||
Reference in New Issue
Block a user