11 lines
141 B
C++
11 lines
141 B
C++
#ifndef VIEWERPREVENTSLEEP_H
|
|
#define VIEWERPREVENTSLEEP_H
|
|
|
|
namespace olive {
|
|
|
|
void PreventSleep(bool on);
|
|
|
|
}
|
|
|
|
#endif // VIEWERPREVENTSLEEP_H
|