1 2 3 4 5 6 7 8
#include "cetris.h" enum tests { TSPIN, TSPIN_NO_LINES }; void apply_test_board(struct cetris_game* g, enum tests t);