Populate Dialog.h

This commit is contained in:
Clownacy 2019-08-31 00:57:40 +01:00
parent da46ff8746
commit 070e4b1455

View file

@ -1,2 +1,8 @@
#pragma once
#include "WindowsWrapper.h"
BOOL __stdcall VersionDialog(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
BOOL __stdcall DebugMuteDialog(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
BOOL __stdcall DebugSaveDialog(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
BOOL __stdcall QuitDialog(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);