view src/kaigo/horori/searcher/include/utils.h @ 49:8384ca56f1b4

small changes.
author pyon@macmini
date Thu, 23 Apr 2020 22:54:58 +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);