#pragma once
#include <windows.h>
int MsgBox(HWND hwnd, LPCTSTR instruction, LPCTSTR body, UINT type);