#include <mw/hgr/hgr.h> typedef struct { s32 xSize ; /* 画像データ横幅[pixel] */ s32 ySize ; /* 画像データ高さ[pixel] */ mwhgrYUVColor *pcImg ; /* カラー画像データ */ } mwhgrPSYUVimg;