2 Copyright © 2002-2011, The AROS Development Team. All rights reserved.
6 #include <prefs/prefhdr.h>
7 #include <prefs/font.h>
9 struct WandererFontPrefsData
11 /* Wanderer Font Data */
12 struct TextFont
*wfpd_IconFont
;
13 struct TextAttr wfpd_IconFontTA
;
14 struct TextFont
*wfpd_OldIconFont
;
17 void WandererPrefs_ReloadFontPrefs(CONST_STRPTR prefsfile
, struct WandererFontPrefsData
*wfpd
);
18 void WandererPrefs_CloseOldIconFont(struct WandererFontPrefsData
*wfpd
);