Go to the documentation of this file. 30 #ifndef PXFOUNDATION_PXASSERT_H 31 #define PXFOUNDATION_PXASSERT_H 38 #if !PX_ENABLE_ASSERTS 39 #define PX_SHARED_ASSERT(exp) ((void)0) 42 #define PX_SHARED_ASSERT(exp) assert(exp); 43 #endif // !PX_ENABLE_ASSERTS 46 #endif // #ifndef PXFOUNDATION_PXASSERT_H