#ifndef _wonx_h_INCLUDED_ #define _wonx_h_INCLUDED_ #include #include "WonxDisplay.h" /*****************************************************************************/ /* ディスプレイの確保 */ /*****************************************************************************/ extern WonxDisplay wonx_display; void Wonx_Create(void); #endif