view include/mb.h @ 241:104d83378582

Add scene support in svg2code.py. - Add mb_sprite_t::goto_scene() - svg2code.py recoganize "scenes" tag in metadata of SVG file. - tranform scenes into SCENE() macro. - define SCENE macro in mb_c_*.m4
author Thinker K.F. Li <thinker@branda.to>
date Wed, 31 Dec 2008 02:08:40 +0800
parents 530bb7728546
children 00f6b36ec5d2
line wrap: on
line source

#ifndef __MB_H_
#define __MB_H_

#include "mb_types.h"
#include "mb_redraw_man.h"
#include "mb_X_supp.h"
#include "mb_animate.h"
#include "mb_shapes.h"

#endif /* __MB_H_ */