source-engine/vphysics-physx/physics_globals.h
2023-10-16 07:57:53 +03:00

10 lines
141 B
C++

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