comparison horori/merger/include/utils.h @ 0:aaaa401818a1 draft

first commit.
author pyon <pyon@macmini>
date Mon, 24 May 2021 21:32:58 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:aaaa401818a1
1 // Filename : utils.h
2 // Last Change: 2020-03-18 15:00:33.
3 //
4 #pragma once
5
6 #include <wx/wx.h>
7
8 wxRect Geo2Rect(wxString geo);
9 wxRect ZeroRect();
10