mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
14 lines
255 B
C
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
|