mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 11:11:15 +00:00
9 lines
238 B
C
9 lines
238 B
C
#ifndef VITA_MESSAGE_BOX_H
|
|
#define VITA_MESSAGE_BOX_H
|
|
|
|
#include <SDL3/SDL_messagebox.h>
|
|
|
|
bool Vita_ShowSimpleMessageBox(SDL_MessageBoxFlags flags, const char* title, const char* message, SDL_Window* window);
|
|
|
|
#endif // VITA_MESSAGE_BOX_H
|