|
|
namespace oxygine { namespace logs { void error(const char* format, ...); } }
|
|
namespace oxygine { namespace logs { void error(const char* format, ...); } }
|
|
|
#define OX_LOG_ERROR(x) if (!(x)) {oxygine::logs::error("Assert! %s in %s:%d", #x, __FILE__, __LINE__);}
|
|
#define OX_LOG_ERROR(x) if (!(x)) {oxygine::logs::error("Assert! %s in %s:%d", #x, __FILE__, __LINE__);}
|