9 lines
126 B
C++
9 lines
126 B
C++
#pragma once
|
|
#include "Base.h"
|
|
|
|
namespace anit_screen_grap
|
|
{
|
|
auto GreProtectSpriteContent(HWND hWnd, UINT Flags) -> BOOL;
|
|
|
|
|
|
} |