view include/mb.h @ 795:46a4cd4d382b

Remove dependent on system time to gain frame rate Date.now() would read system time. It is ineffeciency in for some implementation. To gain frame rate, we should rely on accuration of setInterval().
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 31 Aug 2010 10:04:15 +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_ */