repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
mccprefs.h
blob
d570dd0302f8c92c5e5ddcded64ef0e1d203ea02
1
/*
2
Copyright © 2003, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _MUI_CLASSES_MCCPREFS_H
7
#define _MUI_CLASSES_MCCPREFS_H
8
9
#define MUIC_Mccprefs
"Mccprefs.mui"
10
11
extern
const struct
__MUIBuiltinClass _MUI_Mccprefs_desc
;
/* PRIV */
12
13
#endif