mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 22:25:42 +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();
|
|
}
|