Files
physx-go/pgo/physx-c/CPxFilterData.h
2022-02-18 03:39:11 +04:00

23 lines
282 B
C
Executable File

#ifndef CPxFilterData_H
#define CPxFilterData_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
struct CPxFilterData
{
CPxU32 word0;
CPxU32 word1;
CPxU32 word2;
CPxU32 word3;
};
#ifdef __cplusplus
}
#endif
#endif // !CPxFilterData_H