1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/ScreenPlayUtil/util.h
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