comparison 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
comparison
equal deleted inserted replaced
467:6e18550c8fa8 468:ae784a86ba82
1 #include "mb_graph_engine_skia.h"
2 #include "mb_shapes.h"
3
4 #ifndef ASSERT
5 #define ASSERT(x)
6 #endif