gimo v0.1.0
Loading...
Searching...
No Matches
Config.hpp File Reference
#include <cassert>
+ Include dependency graph for Config.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GIMO_ASSERT(condition, msg, ...)
 

Macro Definition Documentation

◆ GIMO_ASSERT

#define GIMO_ASSERT ( condition,
msg,
... )
Value:
assert((condition) && msg)