2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
12 #include <prefs/printertxt.h>
13 #include <prefs/printergfx.h>
16 /*********************************************************************************************/
19 struct PrinterTxtPrefs pp_Txt
;
20 struct PrinterUnitPrefs pp_Unit
;
21 struct PrinterDeviceUnitPrefs pp_DeviceUnit
;
22 struct PrinterGfxPrefs pp_Gfx
;
25 /*********************************************************************************************/
27 BOOL
Printer_LoadPrefs(struct PrinterBase
*PrinterBase
, struct PrinterPrefs
*prefs
);
29 /*********************************************************************************************/
31 #endif /* _PREFS_H_ */