Mercurial > mercurial > hgweb_golang.cgi
view src/kaigo/horori/searcher/include/utils.h @ 55:4877160411cc
bug fix.
author | pyon@macmini |
---|---|
date | Sat, 27 Jun 2020 16:19:45 +0900 |
parents | 638e1ad05cae |
children | 7396e7407abd |
line wrap: on
line source
// Filename : utils.h // Last Change: 2020-04-24 ‹à 14:33:33. // #pragma once #include <wx/wx.h> wxRect Geo2Rect(wxString geo); wxRect ZeroRect(); bool TarDir(wxString dir, wxString tarfile); bool Gzip(wxString infile, wxString gzfile); wxString XoR(wxString s, int x);