Mercurial > MadButterfly
comparison src/observer.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 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include "mb/redraw_man.h" | 2 #include "mb_redraw_man.h" |
3 #include "mb/observer.h" | 3 #include "mb_observer.h" |
4 #include "mb/tools.h" | 4 #include "mb_tools.h" |
5 | 5 |
6 #ifndef ASSERT | 6 #ifndef ASSERT |
7 #define ASSERT(x) | 7 #define ASSERT(x) |
8 #endif | 8 #endif |
9 | 9 |