summaryrefslogtreecommitdiff
path: root/test.h
blob: 7860bc3ce203614735239ddd219643a303da6bc9 (plain)
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);