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
add a missing section header table index conversion
[tangerine.git]
/
workbench
/
prefs
/
screenmode
/
smeditor.h
blob
e22d25c8b330e61f634757a1ed1042f112fae54b
1
/*
2
Copyright © 2003-2006, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef _SMEDITOR_H
7
#define _SMEDITOR_H
8
9
extern
struct
MUI_CustomClass
*
SMEditor_CLASS
;
10
#define SMEditorObject BOOPSIOBJMACRO_START(SMEditor_CLASS->mcc_Class)
11
12
#endif
13