Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / system / Wanderer / wandererprefsfont.h
bloba00ebda43abd623e89fbffab8f7ca5ab31752659
1 /*
2 Copyright © 2002-2011, The AROS Development Team. All rights reserved.
3 $Id$
4 */
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);