完成 Error定义和ErrorLog. 以及一些相关的东西
This commit is contained in:
13
src/Deps/Deps.hpp
Normal file
13
src/Deps/Deps.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Core/CoreInfos.hpp>
|
||||
#include <Deps/HashMap/HashMap.hpp>
|
||||
#include <Deps/String/String.hpp>
|
||||
|
||||
namespace Fig
|
||||
{
|
||||
#ifdef __FCORE_LINK_DEPS
|
||||
using Deps::String;
|
||||
using Deps::HashMap;
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user