Files
physx-go/pgo/physx-c/CPxScene.h
2022-01-17 04:36:56 +04:00

21 lines
240 B
C
Executable File

#ifndef CPxScene_H
#define CPxScene_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxScene
{
void* obj;
};
CPxAPI void CPxScene_release(CSTRUCT CPxScene*);
#ifdef __cplusplus
}
#endif
#endif // !CPxScene_H