- //#ifndef DESTINATE_CPP_
- //#define DESTINATE_CPP_
- //#include "destinate.h"
- /*
- void GenerateBlock()
- {
- }
- Block::Block(VAR kind,BlockStruct block)
- {
- this->kind=kind;
- centerpoint=block;
- }
- bool Block::LeftOK()
- {
- }
- bool Block::RightOK()
- {
- }
- bool Block::DownOK()
- {
- }
- bool Block::ShiftOK()
- {
- }
- */
- //#endif