#ifndef _WonxTextP_h_INCLUDED_ #define _WonxTextP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "WonxText.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _WonxText { WWText ww_text; } _WonxText; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/