candlewick 0.6.0
A tiny cross-platform renderer based on SDL3
Loading...
Searching...
No Matches
Core.h File Reference
#include <coal/fwd.hh>
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  candlewick
 

Macros

#define CANDLEWICK_ASSERT(condition, msg)
 

Macro Definition Documentation

◆ CANDLEWICK_ASSERT

#define CANDLEWICK_ASSERT ( condition,
msg )
Value:
assert(((condition) && (msg)))