© 1999-2048 dssz.net 粤ICP备11031372号
[C++] MFC俄罗斯方块包括方块类
说明: const int BLOCK_LINE = 20;//当前地图的行数 const int BLOCK_ROW = 10;//当前地图的列数 class CBlock { public: CBlock(void); ~CBlock(void); private: // 当前方块形状 int m_BlockShape; //下一个方块形状 int m_nextBlockShape; //当前方块状态 int m_BlockState; //等级 int m_BlockLevel; //当前可消行<yjn43422757> 上传 | 大小:7mb