WonXTextP.h 1.1 KB

1234567891011121314151617181920212223242526
  1. #ifndef _WonXTextP_h_INCLUDED_
  2. #define _WonXTextP_h_INCLUDED_
  3. /*****************************************************************************/
  4. /* ここから */
  5. /*****************************************************************************/
  6. #include "WonXText.h"
  7. /*****************************************************************************/
  8. /* クラスの定義 */
  9. /*****************************************************************************/
  10. typedef struct _WonXText {
  11. WWText ww_text;
  12. } _WonXText;
  13. /*****************************************************************************/
  14. /* ここまで */
  15. /*****************************************************************************/
  16. #endif
  17. /*****************************************************************************/
  18. /* End of File. */
  19. /*****************************************************************************/