summaryrefslogtreecommitdiff
path: root/lib/rules.h
blob: 190e4b758f1d5b1d67e6e1be3c2be7895552f00c (plain)
1
2
3
4
5
6
7
#include <cetris.h>

cetris_config tetris_ds_config;
ctick tetris_worlds_levels[20];

bool twenty_line_sprint(cetris_game *g);
bool forty_line_sprint(cetris_game *g);