source-engine/vphysics-physx/physics_globals.h

9 lines
169 B
C
Raw Normal View History

#include "PxPhysicsAPI.h"
using namespace physx;
extern PxFoundation *gPxFoundation;
extern PxPvd *gPxPvd;
extern PxPhysics *gPxPhysics;
2023-10-17 09:47:03 +00:00
extern PxCooking *gPxCooking;