Mercurial > mercurial > hgweb_searcher03.cgi
view include/marksheet.h @ 11:dfcf8c973219
Implement Cache maker.
author | pyon@macmini |
---|---|
date | Wed, 07 May 2014 20:38:57 +0900 |
parents | fdba695b99f1 |
children | 52958cd4a073 |
line wrap: on
line source
// Filename : marksheet.h // Last Change: 11-Sep-2013. // #ifndef __MARKSHEET_H__ #define __MARKSHEET_H__ #include "wx/wxsqlite3.h" bool IsBlack( int r, int g, int b ); wxString GuessHhs( wxString& file ); bool IsMarksheet( wxString& file, double zmin, double zmax, long lmin, long lmax ); wxString GetHhsName( wxString& hhsno ); int IsHhsno( wxString& hhsno, wxString& name ); int GetMarksheetVersion( wxString file ); #endif // __MARKSHEET_H__