mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
|
||||
const void *getHandle() const;
|
||||
|
||||
bool showMessageBox(MessageBoxType type, const std::string &title, const std::string &message, bool attachtowindow);
|
||||
bool showMessageBox(const std::string &title, const std::string &message, MessageBoxType type, bool attachtowindow);
|
||||
int showMessageBox(const MessageBoxData &data);
|
||||
|
||||
static love::window::Window *createSingleton();
|
||||
|
||||
Reference in New Issue
Block a user