![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <cassert>
Go to the source code of this file.
Macros | |
#define | VGEARS_ASSERT(exp, text) assert(exp && text) |
Assertion check. More... | |
#define VGEARS_ASSERT | ( | exp, | |
text | |||
) | assert(exp && text) |
Assertion check.
[in] | exp | Expression to evaluate. |
[in] | text | Error message to be displayed when the expression is not true. |