#ifndef _GAME_ #define _GAME_ void init(); void move(int); int autom(); void genplat(); void refresh(); void gameover(); int menu(); int game(); void highscore(); int showscore(); #endif