fixed bug after gameover

This commit is contained in:
Rorikstr | Rust Dev 2025-09-30 00:09:00 +03:00
parent f071558a0f
commit 65d2c2e287
7 changed files with 18 additions and 20 deletions

View file

@ -3,6 +3,7 @@
#include "00_tetris.h"
#include <stdbool.h>
#include <stdlib.h>
typedef enum {
Init,