WonxP.h 1.2 KB

123456789101112131415161718192021222324252627282930
  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. WonxSystem wonx_system;
  14. } _Wonx;
  15. typedef struct _Wonx * Wonx;
  16. /*****************************************************************************/
  17. /* ここまで */
  18. /*****************************************************************************/
  19. #endif
  20. /*****************************************************************************/
  21. /* End of File. */
  22. /*****************************************************************************/