Mercurial > MadButterfly
comparison src/event.c @ 467:6e18550c8fa8 Android_Skia
Header file to config graphic engine
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:24:35 +0800 |
parents | cd6f57b9b104 |
children | 1302b336add6 d2f2ed27b84d |
comparison
equal
deleted
inserted
replaced
466:cd6f57b9b104 | 467:6e18550c8fa8 |
---|---|
7 #include "mb_graph_engine.h" | 7 #include "mb_graph_engine.h" |
8 #include "mb_types.h" | 8 #include "mb_types.h" |
9 #include "mb_redraw_man.h" | 9 #include "mb_redraw_man.h" |
10 #include "mb_shapes.h" | 10 #include "mb_shapes.h" |
11 #endif | 11 #endif |
12 #include "mb_config.h" | 12 #include "config.h" |
13 | 13 |
14 #define OK 0 | 14 #define OK 0 |
15 #define ERR -1 | 15 #define ERR -1 |
16 #define FALSE 0 | 16 #define FALSE 0 |
17 #define TRUE 1 | 17 #define TRUE 1 |