17 lines
409 B
C
17 lines
409 B
C
#ifndef _wonx_h_INCLUDED_
|
|
#define _wonx_h_INCLUDED_
|
|
|
|
#include <sys/disp.h>
|
|
|
|
#include "WonxDisplay.h"
|
|
|
|
/*****************************************************************************/
|
|
/* ディスプレイの確保 */
|
|
/*****************************************************************************/
|
|
|
|
extern WonxDisplay wonx_display;
|
|
|
|
void Wonx_Create(void);
|
|
|
|
#endif
|