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