blob: f1f8d5d28b3caeb2d36d976fbc520767280560da (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef TIMER_H
#define TIMER_H
#include <cetris.h>
CETRIS_EXPORT void cetris_start_game(cetris_game *g);
CETRIS_EXPORT void cetris_stop_game(cetris_game *g);
#endif /* TIMER_H */
|