Files
yourchat/config.h
Torsten Schulz 071d70ecf6 Initial submit
2017-07-18 23:49:40 +02:00

17 lines
186 B
C++

#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