Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / Prefs / Pattern / debug.h
blobaea559dacef0e71b731b289645cc8d9de87a6d9c
1 // debug.h
2 // $Date$
3 // $Revision$
5 #ifndef DEBUG_H
6 #define DEBUG_H
8 //----------------------------------------------------------------------------
10 #define d1(x) ;
11 #define d2(x) x;
13 // from debug.lib
14 extern int kprintf(const char *fmt, ...);
15 extern int KPrintF(const char *fmt, ...);
17 //----------------------------------------------------------------------------
19 #endif /* DEBUG_H */