static void die( bool a, const char *file, int line, const char *func, const char *assert_str);
Produces an assert. This function shouldn't be called directly -instead, use the cl_assert macro.
Back to index