#ifndef RULES_H #define RULES_H #include extern cetris_config tetris_ds_config; bool twenty_line_sprint(cetris_game *g); bool forty_line_sprint(cetris_game *g); #endif /* RULES_H */