mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
PvdSceneClient
This commit is contained in:
19
pgo/physx-c/CPxMaterial.h
Executable file
19
pgo/physx-c/CPxMaterial.h
Executable file
@ -0,0 +1,19 @@
|
||||
#ifndef CPxMaterial_H
|
||||
#define CPxMaterial_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct CPxMaterial
|
||||
{
|
||||
void* obj;
|
||||
};
|
||||
|
||||
CPxAPI void CPxMaterial_release(CSTRUCT CPxMaterial*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !CPxMaterial_H
|
||||
Reference in New Issue
Block a user