Duckstation/src/frontend-common/inhibit_screensaver.h
2021-06-20 15:50:59 +10:00

8 lines
135 B
C++

#include "common/window_info.h"
namespace FrontendCommon
{
void SuspendScreensaver(const WindowInfo& wi);
void ResumeScreensaver();
}