1、删除部分三方库
2、整合ylib为一个lib库
This commit is contained in:
14
include/util/debug.h
Normal file
14
include/util/debug.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
namespace ylib
|
||||
{
|
||||
namespace debug
|
||||
{
|
||||
// 检测异常产生DUMP文件
|
||||
void detect_exception();
|
||||
#ifdef _WIN32
|
||||
// 打印VS控制台
|
||||
void vs_console_println(const std::string& value);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user