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
user.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef YC_LIB_USER_H
#define YC_LIB_USER_H
namespace Yc {
namespace Lib {
class User
{
public:
User();
};
} // namespace Lib
} // namespace Yc
#endif // YC_LIB_USER_H