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

Go to the source code of this file.

Macros

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