view src/graph_engine_skia.cpp @ 470:e54cd19cec28 Android_Skia

Remove unnecessary functions
author Thinker K.F. Li <thinker@branda.to>
date Thu, 12 Nov 2009 21:31:10 +0800
parents 4dc0be6c044a
children 4254eaa699d0
line wrap: on
line source

extern "C" {
#include "mb_graph_engine_skia.h"
#include "mb_shapes.h"
};

#ifndef ASSERT
#define ASSERT(x)
#endif