WUIsBack/launcher/MsgBox.h

6 lines
105 B
C

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