Mercurial > audlegacy
view src/libSAD/debug.h @ 4840:a4dd5fcc46ce
Add 5px padding for label_time
| author | Michal Lipski <tallica@o2.pl> |
|---|---|
| date | Wed, 04 Mar 2009 15:36:58 +0100 |
| parents | 3cdee616c96d |
| children |
line wrap: on
line source
#ifdef DEBUG #define DEBUG_MSG(f,x) {printf("debug: "f, x);} #else #define DEBUG_MSG(f,x) {} #endif
