typedef struct
{
int16_t cdecl (*cpx_call)();
void cdecl (*cpx_draw)();
void cdecl (*cpx_wmove)();
void cdecl (*cpx_timer)();
void cdecl (*cpx_key)();
void cdecl (*cpx_button)();
void cdecl (*cpx_m1)();
void cdecl (*cpx_m2)();
int16_t cdecl (*cpx_hook)();
void cdecl (*cpx_close)();
} CPXINFO;