mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +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();
|
|
}
|