diff src/graph_engine_skia.cpp @ 469:4dc0be6c044a Android_Skia

Add copy and clear graphic engine functions. To replace set/get options, copy and clear is more meanful, functional, and independently. set/get options are too graphic engine dependently.
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:30:35 +0800
parents ae784a86ba82
children 4254eaa699d0
line wrap: on
line diff
--- a/src/graph_engine_skia.cpp	Thu Nov 12 21:26:10 2009 +0800
+++ b/src/graph_engine_skia.cpp	Thu Nov 12 21:30:35 2009 +0800
@@ -1,5 +1,7 @@
+extern "C" {
 #include "mb_graph_engine_skia.h"
 #include "mb_shapes.h"
+};
 
 #ifndef ASSERT
 #define ASSERT(x)