comparison src/animate.c @ 186:530bb7728546 include_mb_test

Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. This is the solution that I dicussed with FourDollars, last night.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Nov 2008 15:24:01 +0800
parents c7e5b8779bb5
children 54fdc2a65242
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
66 * \sa \ref animate.c 66 * \sa \ref animate.c
67 */ 67 */
68 #include <stdio.h> 68 #include <stdio.h>
69 #include <stdlib.h> 69 #include <stdlib.h>
70 #include <string.h> 70 #include <string.h>
71 #include "mb/mb_types.h" 71 #include "mb_types.h"
72 #include "mb/redraw_man.h" 72 #include "mb_redraw_man.h"
73 #include "mb/mb_timer.h" 73 #include "mb_timer.h"
74 #include "mb/animate.h" 74 #include "mb_animate.h"
75 75
76 76
77 #define STEP_INTERVAL 90000 77 #define STEP_INTERVAL 90000
78 #define ASSERT(x) 78 #define ASSERT(x)
79 79