mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
18 lines
185 B
C
Executable File
18 lines
185 B
C
Executable File
#ifndef CPxShape_H
|
|
#define CPxShape_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct CPxShape
|
|
{
|
|
void* obj;
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // !CPxShape_H
|