WonxP.h 1.2 KB

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