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

20 lines
238 B
C
Executable File

#ifndef CPxActor_H
#define CPxActor_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxActor
{
void* obj;
};
CPxAPI void CPxActor_release(CSTRUCT CPxActor*);
#ifdef __cplusplus
}
#endif
#endif // !CPxActor_H