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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
prefs
/
Zune
/
stringsp.h
blob
7f03ddd2192359101e5fe6e99cc62d4f699337cc
1
/*
2
Copyright © 2002, The AROS Development Team.
3
All rights reserved.
4
5
$Id$
6
*/
7
8
#ifndef _ZUNE_STRINGSP_H
9
10
#ifndef LIBRARIES_MUI_H
11
#include <libraries/mui.h>
12
#endif
13
14
extern
const struct
__MUIBuiltinClass _MUIP_Strings_desc
;
15
16
Object
*
stringsclass_get_icon
(
void
);
17
18
#endif