Initial commit
This commit is contained in:
12
Src/GeneralUtility.h
Normal file
12
Src/GeneralUtility.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef GENERALUTILITY_GENERALUTILITY_H
|
||||
#define GENERALUTILITY_GENERALUTILITY_H
|
||||
|
||||
class GeneralUtility {
|
||||
public:
|
||||
|
||||
private:
|
||||
// No instanciation! >:(
|
||||
GeneralUtility();
|
||||
};
|
||||
|
||||
#endif //GENERALUTILITY_GENERALUTILITY_H
|
||||
Reference in New Issue
Block a user