Mercurial > MadButterfly
comparison include/mb_graph_engine.h @ 466:cd6f57b9b104 Android_Skia
Add graph_engine_skia.c
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 12 Nov 2009 21:24:31 +0800 |
parents | d8181696b689 |
children | 4254eaa699d0 |
comparison
equal
deleted
inserted
replaced
465:d8181696b689 | 466:cd6f57b9b104 |
---|---|
1 #ifndef __MBE_H_ | 1 #ifndef __MBE_H_ |
2 #define __MBE_H_ | 2 #define __MBE_H_ |
3 #include <mb_config.h> | 3 #include <mb_config.h> |
4 | 4 |
5 #ifdef CAIRO_BACKEND | 5 #ifdef CAIRO_GRAPH_ENGINE |
6 #include <mb_graph_engine_cairo.h> | 6 #include <mb_graph_engine_cairo.h> |
7 #endif | 7 #endif |
8 | 8 |
9 #ifdef SKAI_BACKEND | 9 #ifdef SKAI_GRAPH_ENGINE |
10 #include <mb_graph_engine_skia.h> | 10 #include <mb_graph_engine_skia.h> |
11 #endif | 11 #endif |
12 | 12 |
13 #endif /* __MBE_H_ */ | 13 #endif /* __MBE_H_ */ |