view src/kaigo/horori/searcher/include/utils.h @ 52:1c7bf24c63e6

alloc.cpp: small improve.
author pyon@macmini
date Tue, 12 May 2020 20:00:11 +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);