source-engine/vphysics-physx/physics_globals.h
2023-10-17 12:47:03 +03:00

9 lines
169 B
C++

#include "PxPhysicsAPI.h"
using namespace physx;
extern PxFoundation *gPxFoundation;
extern PxPvd *gPxPvd;
extern PxPhysics *gPxPhysics;
extern PxCooking *gPxCooking;