#pragma once #include #include #include #include #include #include wxColour to_wx(agi::Color color); wxString to_wx(std::string const& str); wxArrayString to_wx(std::vector const& vec); agi::Color from_wx(wxColour color); std::string from_wx(wxString const& str); wxArrayString lagi_MRU_wxAS(const char *list);