diff src/graph_engine_skia.cpp @ 468:ae784a86ba82 Android_Skia

C++ instead of C to bridge to Skia
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:26:10 +0800
parents
children 4dc0be6c044a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/graph_engine_skia.cpp	Thu Nov 12 21:26:10 2009 +0800
@@ -0,0 +1,6 @@
+#include "mb_graph_engine_skia.h"
+#include "mb_shapes.h"
+
+#ifndef ASSERT
+#define ASSERT(x)
+#endif