PxPhysicsVersion.h File Reference
This graph shows which files directly or indirectly include this file:
PxPhysicsAPI.h

Go to the source code of this file.

Macros

#define PX_PHYSICS_VERSION_MAJOR   4
 
#define PX_PHYSICS_VERSION_MINOR   0
 
#define PX_PHYSICS_VERSION_BUGFIX   0
 
#define PX_PHYSICS_VERSION   ((PX_PHYSICS_VERSION_MAJOR<<24) + (PX_PHYSICS_VERSION_MINOR<<16) + (PX_PHYSICS_VERSION_BUGFIX<<8) + 0)