ref: 070e4b145564440eb93444ccacbcb4f67a6cfbda
parent: da46ff8746fae883e214b722516d3e4f8f36dae9
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Aug 30 20:57:40 EDT 2019
Populate Dialog.h
--- a/src/Dialog.h
+++ b/src/Dialog.h
@@ -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);