mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-13 21:20:50 +01:00
8 lines
205 B
C
8 lines
205 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
void gfx_util_ensure_win_visible(HWND hwnd);
|
|
void gfx_util_borderless_fullscreen_windowed(HWND hwnd, UINT width, UINT height);
|
|
HRESULT gfx_util_frame_window(HWND hwnd);
|