comparison include/marksheet.h @ 7:a43adb9537b2

start impletent cache.
author pyon@macmini
date Wed, 19 Oct 2011 07:49:32 +0900
parents b47bd4618c16
children 1fda3a06c39b
comparison
equal deleted inserted replaced
6:9c85d71cad7c 7:a43adb9537b2
1 // Filename : marksheet.h 1 // Filename : marksheet.h
2 // Last Change: 15-Oct-2011. 2 // Last Change: 19-Oct-2011.
3 // 3 //
4 #ifndef __MARKSHEET__ 4 #ifndef __MARKSHEET__
5 #define __MARKSHEET__ 5 #define __MARKSHEET__
6
7
8 #include "wx/utils.h"
9 #include "wx/file.h"
10 #include "wx/string.h"
11 #include "wx/image.h"
12 6
13 bool IsBlack( int r, int g, int b ) 7 bool IsBlack( int r, int g, int b )
14 { 8 {
15 if ( r == 0 && g == 0 && b == 0 ) { 9 if ( r == 0 && g == 0 && b == 0 ) {
16 return true; 10 return true;