Mercurial > mercurial > hgweb_golang.cgi
annotate src/kaigo/horori/searcher/include/utils.h @ 50:638e1ad05cae
small changes.
author | pyon@macmini |
---|---|
date | Fri, 24 Apr 2020 22:22:12 +0900 |
parents | 169936fed61b |
children | 7396e7407abd |
rev | line source |
---|---|
45 | 1 // Filename : utils.h |
50 | 2 // Last Change: 2020-04-24 ‹à 14:33:33. |
45 | 3 // |
4 #pragma once | |
5 | |
6 #include <wx/wx.h> | |
7 | |
8 wxRect Geo2Rect(wxString geo); | |
9 wxRect ZeroRect(); | |
47 | 10 bool TarDir(wxString dir, wxString tarfile); |
11 bool Gzip(wxString infile, wxString gzfile); | |
50 | 12 wxString XoR(wxString s, int x); |
45 | 13 |