added stuff

This commit is contained in:
fourtf
2017-01-29 13:23:22 +01:00
parent 1c076b803e
commit ceded7ff96
10 changed files with 99 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef LOGGING_H
#define LOGGING_H
class Logging
{
public:
private:
Logging();
};
#endif // LOGGING_H