summaryrefslogtreecommitdiffstats
path: root/tetris.h
blob: 5bf9b28c5ce1c27024f0a4894faf3d6bd9022b26 (plain)
1
2
3
4
5
6
7
8
#ifndef GAME_TETRIS_H_
#define GAME_TETRIS_H_

#include "main.h"

extern struct game_interface tetris_game_interface;

#endif /* GAME_TETRIS_H_ */
bues.ch cgit interface