Implement line clearing

This commit is contained in:
2025-10-04 01:12:34 +02:00
parent f80003520e
commit 41bd08f25c
2 changed files with 46 additions and 0 deletions
+3
View File
@@ -161,6 +161,9 @@ void game_tick();
void debugDraw(int x, int y, Color color);
void debug_draw_blocks(Vector2 block_vecs[], Color color);
void debug_draw_blocks_on_axis(Vector2 block_vecs[], Color color);
void bool_array_fill(bool* target, int len, bool val);
void get_filled_lines(bool* target);
void clear_lines();
void draw();
void update();
void init_game();