draw.h (208B)
1 #pragma once 2 3 #include <ncurses.h> 4 5 #include "board.h" 6 7 void draw_piece(int y, int x, int piece, int rot); 8 void draw_box(int x1, int y1, int x2, int y2); 9 void draw_board(Board *b); 10 void draw_queue(Board *b);
tuitrisModern block stacking game in the terminal | |
Log | Files | Refs |