Added tool, fixed some pages

This commit is contained in:
andreja6
2020-03-10 12:41:47 -07:00
parent fb966e0b82
commit 03a7d5345d
5 changed files with 47 additions and 14 deletions

9
Tool.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "Tool.h"
Tool::Tool(void)
{
}
Tool::~Tool(void)
{
}