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

17
tools.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef YP_LIB_TOOLS_H
#define YP_LIB_TOOLS_H
namespace Yp {
namespace Lib {
class Tools
{
public:
Tools();
};
} // namespace Lib
} // namespace Yp
#endif // YP_LIB_TOOLS_H