#ifndef GAME_TETRIS_H_ #define GAME_TETRIS_H_ #include "main.h" extern struct game_interface tetris_game_interface; #endif /* GAME_TETRIS_H_ */