Wonx.h 472 B

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