Mercurial > MadButterfly
view include/mb.h @ 504:28b9f3e84e2b Android_Skia
Atree is no more needed.
Atree is actaully needed by libraries used by adb (I think). It is
used to define a list of files to copy files to specified destination
in SDK.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 01 Dec 2009 22:55:26 +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_ */