Upload files to "src"

This commit is contained in:
2026-04-06 21:05:08 +00:00
parent fd7c4ae775
commit c81eb45f20
4 changed files with 334 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#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 =
// }
//}