isle-portable/ISLE/vita/messagebox.h
2026-01-08 02:10:10 +01:00

14 lines
255 B
C

#ifndef VITA_MESSAGE_BOX_H
#define VITA_MESSAGE_BOX_H
#include <mortar/mortar_messagebox.h>
bool Vita_ShowSimpleMessageBox(
MORTAR_MessageBoxFlags flags,
const char* title,
const char* message,
MORTAR_Window* window
);
#endif // VITA_MESSAGE_BOX_H