mirror-chatterino2/logging.h

12 lines
110 B
C
Raw Normal View History

2017-01-29 13:23:22 +01:00
#ifndef LOGGING_H
#define LOGGING_H
class Logging
{
public:
private:
Logging();
};
#endif // LOGGING_H