mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
10 lines
85 B
C++
10 lines
85 B
C++
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
class Util {
|
|
public:
|
|
Util();
|
|
};
|
|
|
|
#endif // UTIL_H
|