Files
2026-05-27 13:24:57 +08:00

9 lines
126 B
C++

#pragma once
#include "Base.h"
namespace anit_screen_grap
{
auto GreProtectSpriteContent(HWND hWnd, UINT Flags) -> BOOL;
}