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