6 lines
105 B
C
6 lines
105 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
int MsgBox(HWND hwnd, LPCTSTR instruction, LPCTSTR body, UINT type);
|