isle-portable/ISLE/vita/messagebox.h
2025-07-06 16:41:04 +02:00

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