1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2025-02-01 04:51:48 +01:00
Elias Steurer 818987310b Formatting
2021-05-16 14:19:29 +02:00

10 lines
85 B
C++

#ifndef UTIL_H
#define UTIL_H
class Util {
public:
Util();
};
#endif // UTIL_H