This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ScreenPlay
Watch
1
Star
0
Fork
0
You've already forked ScreenPlay
mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced
2024-11-07 03:22:33 +01:00
Code
Issues
Projects
Releases
Activity
f8252108aa
ScreenPlay
/
ScreenPlayUtil
/
util.h
10 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Move util functions and global enums into dedicated lib This will make reusing easier like enum parsing between ScreenPlay and ScreenPlayWallpaper & project load/save
2021-01-28 15:19:46 +01:00
#
ifndef UTIL_H
#
define UTIL_H
Formatting
2021-05-16 14:19:29 +02:00
class
Util
{
Move util functions and global enums into dedicated lib This will make reusing easier like enum parsing between ScreenPlay and ScreenPlayWallpaper & project load/save
2021-01-28 15:19:46 +01:00
public
:
Util
(
)
;
}
;
#
endif
// UTIL_H
Copy Permalink