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