Mercurial > MadButterfly
view 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 |
line wrap: on
line source
#ifndef __MBE_H_ #define __MBE_H_ #include <mb_config.h> #ifdef CAIRO_GRAPH_ENGINE #include <mb_graph_engine_cairo.h> #endif #ifdef SKAI_GRAPH_ENGINE #include <mb_graph_engine_skia.h> #endif #endif /* __MBE_H_ */