9 lines
123 B
C
9 lines
123 B
C
|
|
/* $Id$ */
|
||
|
|
#ifndef __MW_BUTTON_H__
|
||
|
|
#define __MW_BUTTON_H__
|
||
|
|
|
||
|
|
#include <Mw/MachDep.h>
|
||
|
|
|
||
|
|
MWDECL MwClass MwButtonClass;
|
||
|
|
|
||
|
|
#endif
|