view include/mb.h @ 488:aebfb7c7de46 Android_Skia

Makefile to build libmbfly.a for Android. This makefile require apply changeset, from autoconf-support branch at git@gitorious.org:~thinkeryzu/freebroid/thinkeryzus-build.git, to Android build system.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 22 Nov 2009 18:24:17 +0800
parents 00f6b36ec5d2
children 21f944e79b19
line wrap: on
line source

#ifndef __MB_H_
#define __MB_H_

#include "mb_config.h"

#include "mb_types.h"
#include "mb_redraw_man.h"
#ifdef X_SUPP
#include "mb_X_supp.h"
#endif
#include "mb_animate.h"
#include "mb_shapes.h"

#endif /* __MB_H_ */