1 #ifndef _PREFSWINDOW_PRIVATE_H_
2 #define _PREFSWINDOW_PRIVATE_H_
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.
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
,
26 #endif /* _PREFSWINDOW_PRIVATE_H_ */