Mercurial > MadButterfly
diff include/mb_redraw_man.h @ 1051:8679b03f72e8
Move declaration about sprite to a separated header file.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 24 Nov 2010 14:19:00 +0800 |
parents | 83f39fdfbdaa |
children | 1f93f38688c2 |
line wrap: on
line diff
--- a/include/mb_redraw_man.h Wed Nov 24 12:42:30 2010 +0800 +++ b/include/mb_redraw_man.h Wed Nov 24 14:19:00 2010 +0800 @@ -220,23 +220,8 @@ * */ #define rdman_attach_backend(rdman,backend) (((rdman)->rt)=(backend)) -/*! \brief Load sprite dymanicly from the shared object module. - * - * The search path can be changed by sprite_set_search_path. The name - * can have a relative path in the front of it. - * This function will search the object in the current working directory - * and then search the system search path. - */ -extern mb_sprite_t *sprite_load(const char *name, redraw_man_t *rdman, - coord_t *root); - -/*! \brief Set the search path of dymanic object loading. - * - */ -extern void sprite_set_search_path(const char *path); extern paint_t *rdman_img_ldr_load_paint(redraw_man_t *rdman, const char *img_id); - #endif /* __REDRAW_MAN_H_ */