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