Wonx.h 533 B

123456789101112131415161718
  1. #ifndef _wonx_h_INCLUDED_
  2. #define _wonx_h_INCLUDED_
  3. #include "WonxDisplay.h"
  4. #include "WonxText.h"
  5. #include "WonxSystem.h"
  6. /*****************************************************************************/
  7. /* ¥Ç¥£¥¹¥×¥ì¥¤¤Î³ÎÊÝ */
  8. /*****************************************************************************/
  9. int Wonx_IsCreated(void);
  10. void Wonx_Create(void);
  11. WonxDisplay Wonx_GetWonxDisplay(void);
  12. WonxText Wonx_GetWonxText(void);
  13. WonxSystem Wonx_GetWonxSystem(void);
  14. #endif