Mercurial > MadButterfly
view include/mb.h @ 722:f95d58a8edd1
Add javascript-based animation test program. We should make it as module in the future.
author | wycc |
---|---|
date | Sun, 15 Aug 2010 19:44:09 +0800 |
parents | 21f944e79b19 |
children | 586e50f82c1f |
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_BACKEND #include "mb_X_supp.h" #endif #include "mb_animate.h" #include "mb_shapes.h" #endif /* __MB_H_ */