2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 14:27:42 +00:00

Make SIGINT a bit cleaner for packaging

This commit is contained in:
Jack Andersen
2018-05-25 17:07:04 -10:00
parent ec58e5b35f
commit c11557bcff
8 changed files with 28 additions and 11 deletions

View File

@@ -174,6 +174,11 @@ public:
cp.waitUntilComplete();
return 0;
}
void cancel()
{
m_useProj->interruptCook();
}
};
#endif // CTOOL_COOK