Initial commit

This commit is contained in:
Leonetienne
2022-02-27 13:48:21 +01:00
commit 2958c2c72b
5 changed files with 66 additions and 0 deletions

12
Src/GeneralUtility.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef GENERALUTILITY_GENERALUTILITY_H
#define GENERALUTILITY_GENERALUTILITY_H
class GeneralUtility {
public:
private:
// No instanciation! >:(
GeneralUtility();
};
#endif //GENERALUTILITY_GENERALUTILITY_H