#include <mw/hgr/hgr.h> typedef struct { s32 x ; /* 点位置x 座標[pixel]座標 */ s32 y ; /* 点位置y 座標[pixel]座標 */ } PSPoint;
制限項目