mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
14 lines
279 B
C
14 lines
279 B
C
#ifndef EMSCRIPTEN_MESSAGE_BOX_H
|
|
#define EMSCRIPTEN_MESSAGE_BOX_H
|
|
|
|
#include <mortar/mortar_messagebox.h>
|
|
|
|
bool Emscripten_ShowSimpleMessageBox(
|
|
MORTAR_MessageBoxFlags flags,
|
|
const char* title,
|
|
const char* message,
|
|
MORTAR_Window* window
|
|
);
|
|
|
|
#endif // EMSCRIPTEN_MESSAGE_BOX_H
|