Shifted three functions to common (#1101)

This commit is contained in:
Arjun Balgovind
2020-01-15 23:06:22 -08:00
committed by Clint Rutkas
parent 5dc60b9f35
commit c1232a7001
13 changed files with 158 additions and 119 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include "common.h"
HWND CreateMsgWindow(_In_ HINSTANCE hInst, _In_ WNDPROC pfnWndProc, _In_ void* p);