mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03:00
9 lines
169 B
C++
9 lines
169 B
C++
#include "PxPhysicsAPI.h"
|
|
|
|
using namespace physx;
|
|
|
|
extern PxFoundation *gPxFoundation;
|
|
extern PxPvd *gPxPvd;
|
|
extern PxPhysics *gPxPhysics;
|
|
extern PxCooking *gPxCooking;
|