#ifndef AGI_PRE #include #include #include #include #endif #include #define STD_STR(x) std::string((x).utf8_str()) inline wxColour lagi_wxColour(const agi::Colour &colour) { return wxColour(colour); } inline wxString lagi_wxString(const std::string &str) { return wxString(str.c_str(), wxConvUTF8); } wxArrayString lagi_MRU_wxAS(const wxString &list);