mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 06:35: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();
|
||
|
}
|