mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
Additions to BlenderConnection
This commit is contained in:
@@ -14,6 +14,7 @@ add_executable(hecl main.cpp
|
||||
ToolAdd.hpp
|
||||
ToolRemove.hpp
|
||||
ToolSpec.hpp
|
||||
../DataSpecRegistry.hpp
|
||||
)
|
||||
|
||||
list(APPEND DATA_SPEC_LIBS
|
||||
|
||||
@@ -25,6 +25,8 @@ LogVisor::LogModule LogModule("HECLDriver");
|
||||
#include "ToolPackage.hpp"
|
||||
#include "ToolHelp.hpp"
|
||||
|
||||
/* Static reference to dataspec additions
|
||||
* (used by MSVC to definitively link DataSpecs) */
|
||||
#include "../DataSpecRegistry.hpp"
|
||||
|
||||
bool XTERM_COLOR = false;
|
||||
|
||||
Reference in New Issue
Block a user