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

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