Files
physx-go/pgo/physx-c/CPxMaterial.h
2022-01-17 19:37:00 +04:00

20 lines
256 B
C
Executable File

#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