Mercurial > MadButterfly
view src/mb.h @ 159:b90abd31a281
Postponse free of coords, shapes, and paints when the rdman is dirty.
- Life-cycle of shapes and paints are managed by rdman.
- Add redraw_man_t::free_objs to collect objects their freeing are
postonsed.
Know Issue:
- Bullet of tank are not removed from screen when it is go out the range
of the map.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 05 Oct 2008 23:32:58 +0800 |
parents | 8feb89b19619 |
children |
line wrap: on
line source
#ifndef __MB_H_ #define __MB_H_ #include "mb_types.h" #include "redraw_man.h" #include "X_supp.h" #include "animate.h" #include "shapes.h" #endif /* __MB_H_ */