diff include/mb_animate.h @ 1048:f26c4b621ec0

MErge head
author wycc
date Tue, 23 Nov 2010 23:55:24 +0800
parents 7ccc094bdbe5
children
line wrap: on
line diff
--- a/include/mb_animate.h	Tue Nov 23 23:54:38 2010 +0800
+++ b/include/mb_animate.h	Tue Nov 23 23:55:24 2010 +0800
@@ -4,8 +4,8 @@
 #define __ANIMATE_H_
 
 #include "mb_types.h"
-#include "mb_timer.h"
 #include "mb_paint.h"
+#include "mb_backend.h"
 
 /*! \page def_action How to Define An Action?
  *
@@ -42,7 +42,7 @@
 extern mb_word_t *mb_progm_next_word(mb_progm_t *progm,
 				     const mb_timeval_t *start,
 				     const mb_timeval_t *playing);
-extern void mb_progm_start(mb_progm_t *progm, mb_tman_t *tman,
+extern void mb_progm_start(mb_progm_t *progm, mb_timer_man_t *timer_man,
 			   mb_timeval_t *now);
 extern void mb_progm_abort(mb_progm_t *progm);
 extern subject_t *mb_progm_get_complete(mb_progm_t *progm);