GeneralUtility/Src/GeneralUtility.h
2022-02-27 13:48:21 +01:00

13 lines
218 B
C++

#ifndef GENERALUTILITY_GENERALUTILITY_H
#define GENERALUTILITY_GENERALUTILITY_H
class GeneralUtility {
public:
private:
// No instanciation! >:(
GeneralUtility();
};
#endif //GENERALUTILITY_GENERALUTILITY_H