wonx.h 409 B

12345678910111213141516
  1. #ifndef _wonx_h_INCLUDED_
  2. #define _wonx_h_INCLUDED_
  3. #include <sys/disp.h>
  4. #include "WonxDisplay.h"
  5. /*****************************************************************************/
  6. /* ¥Ç¥£¥¹¥×¥ì¥¤¤Î³ÎÊÝ */
  7. /*****************************************************************************/
  8. extern WonxDisplay wonx_display;
  9. void Wonx_Create(void);
  10. #endif