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

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