#ifndef _WonXP_h_INCLUDED_
#define _WonXP_h_INCLUDED_

/*****************************************************************************/
/* ここから                                                                  */
/*****************************************************************************/

#include "WonX.h"

/*****************************************************************************/
/* クラスの定義                                                              */
/*****************************************************************************/

typedef struct _WonX {
  WonXDisplay wonx_display;
  WonXSystem wonx_system;
  WonXSerialPort wonx_serial_port;
} _WonX;

typedef struct _WonX * WonX;

/*****************************************************************************/
/* ここまで                                                                  */
/*****************************************************************************/

#endif

/*****************************************************************************/
/* End of File.                                                              */
/*****************************************************************************/
