mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
21 lines
472 B
C
Executable File
21 lines
472 B
C
Executable File
#ifndef CPxDefaultSimulationFilterShader_H
|
|
#define CPxDefaultSimulationFilterShader_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct CPxDefaultSimulationFilterShader
|
|
{
|
|
void* obj;
|
|
};
|
|
|
|
//CPxAPI CSTRUCT CPxDefaultSimulationFilterShader* NewCPxDefaultSimulationFilterShader();
|
|
//CPxAPI void FreeCPxDefaultSimulationFilterShader(CSTRUCT CPxDefaultSimulationFilterShader*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // !CPxDefaultSimulationFilterShader_H
|