ClanSoft logo
ClanSoft logo

    CL_Assert::die

Syntax

static void die(
        bool a,
        char *file,
        int line);

Parameters

a-Asserts if false.
file-Name of the file where the assert occoured.
line-Line in the file where the assert occoured.

Description

Produces an assert. This function shouldn't be called directly -instead, use the cl_assert macro.


Back to index



This page was built using the Perceps documentation system.