跳转至

临时禁用spdlog警告

#pragma warning(push, 0)
#include "CryDust/Core/Base.h"
#include "spdlog/spdlog.h"
#pragma warning(pop)

允许Assert宏不带参数

新增一个assert.h做一些修改

知识点

在宏中,##是连接符