Files
WUIsBack/launcher/MsgBox.h
Vichingo455 ad8366918e Test
2025-03-23 15:26:15 +01:00

6 lines
105 B
C

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