#ifndef _WonxP_h_INCLUDED_ #define _WonxP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "Wonx.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _Wonx { WonxDisplay wonx_display; WonxText wonx_text; WonxSystem wonx_system; } _Wonx; typedef struct _Wonx * Wonx; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/