#ifndef _WWTimerP_h_INCLUDED_
#define _WWTimerP_h_INCLUDED_

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

#include "WWTimer.h"

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

typedef struct _WWTimer {

  int timer_on; /* タイマの状態 */
  int auto_preset; /* オートプリセット */
  int preset_counter; /* プリセット・カウンタ */
  int counter; /* カウンタ */

} _WWTimer;

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

#endif

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