view 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 source

#include "mb_graph_engine_skia.h"
#include "mb_shapes.h"

#ifndef ASSERT
#define ASSERT(x)
#endif