view src/kaigo/horori/searcher/include/utils.h @ 51:4e14902379da

first release.
author pyon@macmini
date Fri, 01 May 2020 23:45:22 +0900
parents 638e1ad05cae
children 7396e7407abd
line wrap: on
line source

// Filename   : utils.h
// Last Change: 2020-04-24 ‹à 14:33:33.
//
#pragma once

#include <wx/wx.h>

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