#ifndef PHYSX_USER_DATA_H #define PHYSX_USER_DATA_H struct MyPhysXUserData { int m_graphicsUniqueId; }; #endif //PHYSX_USER_DATA_H