comparison include/mb.h @ 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 include/mb/mb.h@c7e5b8779bb5
children 00f6b36ec5d2
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
1 #ifndef __MB_H_
2 #define __MB_H_
3
4 #include "mb_types.h"
5 #include "mb_redraw_man.h"
6 #include "mb_X_supp.h"
7 #include "mb_animate.h"
8 #include "mb_shapes.h"
9
10 #endif /* __MB_H_ */