Mercurial > mercurial > hgweb_golang.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
49:8384ca56f1b4 | 50:638e1ad05cae |
---|---|
1 // Filename : utils.h | 1 // Filename : utils.h |
2 // Last Change: 2020-04-21 ‰Î 09:30:58. | 2 // Last Change: 2020-04-24 ‹à 14:33:33. |
3 // | 3 // |
4 #pragma once | 4 #pragma once |
5 | 5 |
6 #include <wx/wx.h> | 6 #include <wx/wx.h> |
7 | 7 |
8 wxRect Geo2Rect(wxString geo); | 8 wxRect Geo2Rect(wxString geo); |
9 wxRect ZeroRect(); | 9 wxRect ZeroRect(); |
10 bool TarDir(wxString dir, wxString tarfile); | 10 bool TarDir(wxString dir, wxString tarfile); |
11 bool Gzip(wxString infile, wxString gzfile); | 11 bool Gzip(wxString infile, wxString gzfile); |
12 wxString XoR(wxString s, int x); | |
12 | 13 |