32 lines
1.2 KiB
C
32 lines
1.2 KiB
C
#ifndef _WonXP_h_INCLUDED_
|
|
#define _WonXP_h_INCLUDED_
|
|
|
|
/*****************************************************************************/
|
|
/* ここから */
|
|
/*****************************************************************************/
|
|
|
|
#include "WonX.h"
|
|
|
|
/*****************************************************************************/
|
|
/* クラスの定義 */
|
|
/*****************************************************************************/
|
|
|
|
typedef struct _WonX {
|
|
WonXDisplay wonx_display;
|
|
WonXText wonx_text;
|
|
WonXSystem wonx_system;
|
|
WonXSerialPort wonx_serial_port;
|
|
} _WonX;
|
|
|
|
typedef struct _WonX * WonX;
|
|
|
|
/*****************************************************************************/
|
|
/* ここまで */
|
|
/*****************************************************************************/
|
|
|
|
#endif
|
|
|
|
/*****************************************************************************/
|
|
/* End of File. */
|
|
/*****************************************************************************/
|