This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
app/headers/sleepprevent.h

6 lines
60 B
C
Raw Permalink Normal View History

2020-08-13 23:52:31 +02:00
class SleepPrevent
{
public:
void setTimerDisabled();
};