SysMon: remove dead code
[AROS.git] / workbench / prefs / Zune / systemp.h
blob1055d69801cee0e9ad012fa6053e7837673d9275
1 /*
2 Copyright © 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _ZUNE_SYSTEMP_H
8 #ifndef LIBRARIES_MUI_H
9 #include <libraries/mui.h>
10 #endif
12 extern const struct __MUIBuiltinClass _MUIP_System_desc;
14 Object *systemclass_get_icon(void);
16 #endif