mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 20:59:13 -04:00
Various inline cleanup
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
} \
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#define J3D_ASSERT(LINE, COND, MSG) JUT_ASSERT_MSG(LINE, (COND) != 0, MSG)
|
||||
#else
|
||||
#define J3D_ASSERT(LINE, COND, MSG) (void)0
|
||||
#endif
|
||||
|
||||
#define JUT_WARN(LINE, ...) \
|
||||
JUTAssertion::setWarningMessage_f(JUTAssertion::getSDevice(), __FILE__, LINE, __VA_ARGS__); \
|
||||
|
||||
Reference in New Issue
Block a user