prism2.device: Compiler delint
[AROS.git] / workbench / devs / printer / prefs.h
blob9f6861eb8ce57d6bc7d468175b31f185004999c5
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef _PREFS_H_
10 #define _PREFS_H_
12 #include <prefs/printertxt.h>
13 #include <prefs/printergfx.h>
14 #include <dos/dos.h>
16 /*********************************************************************************************/
18 struct PrinterPrefs {
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_ */