WonxP.h 1.1 KB

1234567891011121314151617181920212223242526272829
  1. #ifndef _WonxP_h_INCLUDED_
  2. #define _WonxP_h_INCLUDED_
  3. /*****************************************************************************/
  4. /* ここから */
  5. /*****************************************************************************/
  6. #include "Wonx.h"
  7. /*****************************************************************************/
  8. /* クラスの定義 */
  9. /*****************************************************************************/
  10. typedef struct _Wonx {
  11. WonxDisplay wonx_display;
  12. WonxText wonx_text;
  13. } _Wonx;
  14. typedef struct _Wonx * Wonx;
  15. /*****************************************************************************/
  16. /* ここまで */
  17. /*****************************************************************************/
  18. #endif
  19. /*****************************************************************************/
  20. /* End of File. */
  21. /*****************************************************************************/