view src/kaigo/horori/searcher/include/utils.h @ 48:ca00c4a85b98

small changes.
author pyon@macmini
date Wed, 22 Apr 2020 19:00:50 +0900
parents 169936fed61b
children 638e1ad05cae
line wrap: on
line source

// Filename   : utils.h
// Last Change: 2020-04-21 ‰Î 09:30:58.
//
#pragma once

#include <wx/wx.h>

wxRect Geo2Rect(wxString geo);
wxRect ZeroRect();
bool TarDir(wxString dir, wxString tarfile);
bool Gzip(wxString infile, wxString gzfile);