Files
physx-go/pgo/wrap.cxx
2022-01-17 04:36:56 +04:00

19 lines
413 B
C++
Executable File

#include <stdint.h>
#include <stdbool.h>
#define CPxAPI
#define CSTRUCT struct
#define CENUM enum
#define CPxU32 uint32_t
#define CPxReal float
#include <CPxFoundation.h>
#include <CPxPvd.h>
#include <CPxCpuDispatcher.h>
#include <CPxDefaultCpuDispatcher.h>
#include <CPxPhysics.h>
#include <CPxPvdTransport.h>
#include <CPxScene.h>
#include <CPxSceneDesc.h>
#include <CPxTolerancesScale.h>
#include <CPxVec3.h>