forked from TeamTofuShop/segatools
gfxhook: Fix some clang-tidy warnings
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
#include <windows.h>
|
||||
|
||||
void gfx_util_ensure_win_visible(HWND hwnd);
|
||||
void gfx_util_borderless_fullscreen_windowed(HWND hwnd, LONG width, LONG height);
|
||||
void gfx_util_borderless_fullscreen_windowed(HWND hwnd, UINT width, UINT height);
|
||||
HRESULT gfx_util_frame_window(HWND hwnd);
|
||||
|
Reference in New Issue
Block a user