grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / prefswindow / prefswindow_private.h
bloba245e7fcab12bf49eb806b0fcdda07cae4136b64
1 #ifndef _PREFSWINDOW_PRIVATE_H_
2 #define _PREFSWINDOW_PRIVATE_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the PrefsWindow class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
9 $Id$
12 #include <intuition/classusr.h>
13 #include <libraries/locale.h>
15 /*** Instance data **********************************************************/
16 struct PrefsWindow_DATA
18 struct Catalog *pwd_Catalog;
19 Object *pwd_TestButton,
20 *pwd_RevertButton,
21 *pwd_SaveButton,
22 *pwd_UseButton,
23 *pwd_CancelButton;
26 #endif /* _PREFSWINDOW_PRIVATE_H_ */