mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 14:06:44 +00:00
10 lines
141 B
C++
10 lines
141 B
C++
#include "PxPhysicsAPI.h"
|
|
|
|
using namespace physx;
|
|
|
|
extern PxFoundation *gPxFoundation;
|
|
extern PxPvd *gPxPvd;
|
|
extern PxPhysics *gPxPhysics;
|
|
|
|
|