added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / wanderer / wpeditor.h
blobea4d3b3aff0ff6cbb827a644288ae3fc4258823d
1 #ifndef _WPEDITOR_H_
2 #define _WPEDITOR_H_
4 /*
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 This file is part of the Wanderer Preferences program, which is distributed
7 under the terms of version 2 of the GNU General Public License.
9 $Id$
12 #include <exec/types.h>
13 #include <libraries/mui.h>
14 #include <aros/debug.h>
15 #define DEBUG 1
17 /*** Identifier base ********************************************************/
18 #define MUIB_WPEditor (TAG_USER | 0x10000000)
20 /*** Variables **************************************************************/
21 extern struct MUI_CustomClass *WPEditor_CLASS;
23 /*** Macros *****************************************************************/
24 #define WPEditorObject BOOPSIOBJMACRO_START(WPEditor_CLASS->mcc_Class)
26 #endif /* _WPEDITOR_H_ */