mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 11:32:42 +01:00
4dcea75242
This will make reusing easier like enum parsing between ScreenPlay and ScreenPlayWallpaper & project load/save
12 lines
86 B
C++
12 lines
86 B
C++
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
|
|
class Util
|
|
{
|
|
public:
|
|
Util();
|
|
};
|
|
|
|
#endif // UTIL_H
|