repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SysMon: remove dead code
[AROS.git]
/
workbench
/
prefs
/
Zune
/
systemp.h
blob
1055d69801cee0e9ad012fa6053e7837673d9275
1
/*
2
Copyright © 2009, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _ZUNE_SYSTEMP_H
7
8
#ifndef LIBRARIES_MUI_H
9
#include <libraries/mui.h>
10
#endif
11
12
extern
const struct
__MUIBuiltinClass _MUIP_System_desc
;
13
14
Object
*
systemclass_get_icon
(
void
);
15
16
#endif