Seperate ToolTable and Tool implementations

Seperate the tooltable and tool implementations.
This commit is contained in:
Dubstar_04
2019-08-20 20:34:47 +01:00
committed by Daniel Wood
parent 7a85b76265
commit 3cb21f0e56
10 changed files with 684 additions and 576 deletions

View File

@@ -34,6 +34,7 @@
#include "CommandPy.h"
#include "Path.h"
#include "PathPy.h"
#include "Tool.h"
#include "Tooltable.h"
#include "ToolPy.h"
#include "TooltablePy.h"