comparison src/animate.c @ 185:c7e5b8779bb5 include_mb_test

Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 04 Nov 2008 17:00:26 +0800
parents 6749f6639924
children 530bb7728546
comparison
equal deleted inserted replaced
184:13c1d49c198b 185:c7e5b8779bb5
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_types.h" 71 #include "mb/mb_types.h"
72 #include "redraw_man.h" 72 #include "mb/redraw_man.h"
73 #include "mb_timer.h" 73 #include "mb/mb_timer.h"
74 #include "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