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 c619c1b77f
commit 8a8d5f0a3f
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"