aboutsummaryrefslogtreecommitdiff
path: root/src/wx-sys.cpp
blob: 229b0185029f48702d60d31e40f4114e0cf6c9bf (plain)
1
2
3
4
5
6
#include "shit-wx-sys/src/wx-sys.h"
#include <wx/msgdlg.h>

void message_box(rust::Str message) {
    wxMessageBox(std::string(message));
}