mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
19 lines
413 B
C++
Executable File
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>
|