diff options
Diffstat (limited to 'Tool.cpp')
-rw-r--r-- | Tool.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tool.cpp b/Tool.cpp new file mode 100644 index 0000000..52e711c --- /dev/null +++ b/Tool.cpp @@ -0,0 +1,9 @@ +#include "Tool.h" + +Tool::Tool() +{ +} + +Tool::~Tool() +{ +} |