2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 15:07:41 +00:00

Add CVarCommons; hecl-light library

This commit is contained in:
Jack Andersen
2018-01-09 20:16:18 -10:00
parent 9b23877654
commit 2d0f079991
10 changed files with 174 additions and 64 deletions

View File

@@ -65,6 +65,7 @@ static const hecl::SystemRegex regOPEN(_S("-o([^\"]*|\\S*)"), std::regex::ECMASc
static void SIGINTHandler(int sig)
{
hecl::blender::Connection::Shutdown();
logvisor::KillProcessTree();
exit(1);
}