Mercurial > mercurial > hgweb_golang.cgi
comparison src/kaigo/horori/searcher/include/utils.h @ 47:169936fed61b
small changes.
author | pyon@macmini |
---|---|
date | Tue, 21 Apr 2020 22:43:55 +0900 |
parents | 20b42e2deae1 |
children | 638e1ad05cae |
comparison
equal
deleted
inserted
replaced
46:6ec28d3c3e00 | 47:169936fed61b |
---|---|
1 // Filename : utils.h | 1 // Filename : utils.h |
2 // Last Change: 2020-03-18 15:00:33. | 2 // Last Change: 2020-04-21 09:30:58. |
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); | |
11 bool Gzip(wxString infile, wxString gzfile); | |
10 | 12 |