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. WonXSystem wonx_system;
  13. WonXSerialPort wonx_serial_port;
  14. } _WonX;
  15. typedef struct _WonX * WonX;
  16. /*****************************************************************************/
  17. /* ここまで */
  18. /*****************************************************************************/
  19. #endif
  20. /*****************************************************************************/
  21. /* End of File. */
  22. /*****************************************************************************/