void cplayer::Draw() { const double radius = 15.0; //これもパラメータとして設定できるようにしたいね。今のところ定数 Circle(x座標, y座用, 半径).draw(お好きな色); }