1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00

8 lines
205 B
C
Raw Normal View History

#pragma once
#include <windows.h>
void gfx_util_ensure_win_visible(HWND hwnd);
2021-12-21 23:54:29 -05:00
void gfx_util_borderless_fullscreen_windowed(HWND hwnd, UINT width, UINT height);
HRESULT gfx_util_frame_window(HWND hwnd);