comparison examples/tank/tank_main.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 147c93163ef0
children 257af0ed5852
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
1 #include <math.h> 1 #include <math.h>
2 #include <sys/time.h> 2 #include <sys/time.h>
3 #include <string.h> 3 #include <string.h>
4 #include <mb/mb.h> 4 #include <mb.h>
5 #include <mb/tools.h> 5 #include <mb_tools.h>
6 #include "svgs.h" 6 #include "svgs.h"
7 7
8 enum { MUD, ROC, BRI, BSH }; 8 enum { MUD, ROC, BRI, BSH };
9 9
10 static char map[12][16] = { 10 static char map[12][16] = {