Mercurial > MadButterfly
view include/mb.h @ 393:27774b93521e
Add sh_stext_t to implement a simple version of text shape.
- It is still under construction.
- It is supposed to be a simple, less dependency implementation.
- It is more less functional than sh_text_t.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 08 Jun 2009 07:04:20 +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_ */