2025-09-28 13:46:18 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
#ifndef __MILSKO_BUTTON_H__
|
|
|
|
|
#define __MILSKO_BUTTON_H__
|
|
|
|
|
|
2025-09-29 00:04:04 +00:00
|
|
|
#include <Mw/MachDep.h>
|
2025-09-28 13:46:18 +00:00
|
|
|
|
2025-09-29 00:04:04 +00:00
|
|
|
MILSKODECL MwClass MwButtonClass;
|
2025-09-28 13:46:18 +00:00
|
|
|
|
|
|
|
|
#endif
|