modified makefile to allow easier adjustment of build options for different targets...
[AROS-Contrib.git] / scalos / Modules / Empty_Trashcan.MUI / Empty_Trashcan.h
blobec84964c210588fe19989039b6a2a47dbf0cbdf0
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 struct Empty_Trashcan_LocaleInfo
21 APTR li_LocaleBase;
22 APTR li_Catalog;
23 struct LocaleIFace *li_ILocale;
26 #endif /* DEBUG_H */