diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/mb.h	Wed Nov 05 15:24:01 2008 +0800
@@ -0,0 +1,10 @@
+#ifndef __MB_H_
+#define __MB_H_
+
+#include "mb_types.h"
+#include "mb_redraw_man.h"
+#include "mb_X_supp.h"
+#include "mb_animate.h"
+#include "mb_shapes.h"
+
+#endif /* __MB_H_ */