Initial submit

This commit is contained in:
Torsten Schulz
2017-07-18 23:49:40 +02:00
commit 071d70ecf6
14 changed files with 233 additions and 0 deletions

12
tools.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include "tools.h"
namespace Yp {
namespace Lib {
Tools::Tools()
{
}
} // namespace Lib
} // namespace Yp