Files
tetris/src/player.c
T
2026-04-06 21:05:08 +00:00

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 =
// }
//}