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. /*****************************************************************************/