Fission FSN
Loading...
Searching...
No Matches
fsAssert.h File Reference
#include "../../fsBuildConfig.h"
#include "fsLog.h"
#include "fsBreak.h"
#include "fsTrace.h"
Include dependency graph for fsAssert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define fsAssert(pStatement, pFmtString, ...)

Macro Definition Documentation

◆ fsAssert

#define fsAssert ( pStatement,
pFmtString,
... )
Value:
if (pStatement == false)\
{ \
fsLogError(pFmtString, ##__VA_ARGS__);\
}