app/headers/sleepprevent.h
2020-08-13 23:52:31 +02:00

6 lines
60 B
C++

class SleepPrevent
{
public:
void setTimerDisabled();
};