diff options
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index c4fb5a1..34aba98 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -126,6 +126,8 @@ static std::string GetTypeNode(YAML::Node& node) { return type; } +Companion* Companion::Instance; + void Companion::Init(const ExportType type) { spdlog::set_level(spdlog::level::debug); |
