V-Gears 0
Free Final Fantasy VII engine.
Assert.h File Reference
#include <cassert>
Include dependency graph for Assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VGEARS_ASSERT(exp, text)   assert(exp && text)
 Assertion check. More...
 

Macro Definition Documentation

◆ VGEARS_ASSERT

#define VGEARS_ASSERT (   exp,
  text 
)    assert(exp && text)

Assertion check.

Parameters
[in]expExpression to evaluate.
[in]textError message to be displayed when the expression is not true.