mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +00:00
8 lines
135 B
C++
8 lines
135 B
C++
#include "common/window_info.h"
|
|
|
|
namespace FrontendCommon
|
|
{
|
|
void SuspendScreensaver(const WindowInfo& wi);
|
|
void ResumeScreensaver();
|
|
}
|