|
Banjo API 1.0.0-rc.2
Low-level C99 game development API
|
Go to the source code of this file.
Macros | |
| #define | bj_assert(expr) |
Assertion facility for Banjo API.
Provides the bj_assert macro, similar to the C standard assert(), with behaviour controlled by the build configuration.
Definition in file assert.h.
| #define bj_assert | ( | expr | ) |
Runtime assertion macro.
Evaluates the given expression and verifies it is non-zero (true).
| expr | Expression to check for truth. |
Definition at line 34 of file assert.h.
Referenced by main().