Home | All Classes | Grouped Classes | Index | Search

CL_Boolean::CL_Boolean

Constructs a boolean.

	CL_Boolean(
		const std::string& res_id, CL_ResourceManager* resources);

	CL_Boolean(
		const std::string& res_id, CL_ResourceManager* resources, bool def_value);

Parameters:

res_id
Resource id of a boolean resource to be constructed from.
resources
Resource manager to load resource from.
def_value
Default value to use if resource is not found.

See also:

CL_Boolean | CL_Resource | CL_ResourceManager



Questions or comments, write to the ClanLib mailing list.