13 lines
252 B
C
13 lines
252 B
C
#include "tetris.h"
|
|
|
|
//void tetrisPlayerSwitch(GameInit *game){
|
|
|
|
//switch(generateNextBlock()){
|
|
// case 1:
|
|
// playerBlock[i].x = BlockSquare[i].x;
|
|
// playerBlock[i].y = BlockSquare[i].y;
|
|
// playerBlock[i].w =
|
|
// playerBlock[i].h =
|
|
// }
|
|
//}
|