Scaleform::SF_DEBUG_ASSERT

Scaleform::SF_DEBUG_ASSERT
#define SF_DEBUG_ASSERT(cond, str) do { if (!(cond)) { Scaleform::LogDebugMessage(Scaleform::Log_DebugAssert, str); SF_DEBUG_BREAK; } } while (0)
Description

Assertion with messages.

File

SF_Debug.h