Mercurial > MadButterfly
view include/mb.h @ 643:a65720721c60
Fix issue of exception of internal field.
img_ldr is a function to return a new img_ldr, not a constructor as in
previous implementation. This changeset fix semantic error on
xnjsmb_img_ldr_new().
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 28 Jul 2010 08:31:15 +0800 |
parents | 00f6b36ec5d2 |
children | 21f944e79b19 |
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_SUPP #include "mb_X_supp.h" #endif #include "mb_animate.h" #include "mb_shapes.h" #endif /* __MB_H_ */