/* * Ping-Pong 2009 - 2010 * pp * (c) Danil_e71 */ void move_block(); void shift_block(int shift); void shift_cpu(int shift); void move_ball(); void AI(); void start_vibra(int type,int sec); void stop_vibra(void); void win(); void gameover(); void setgame(int newgame); void setpause(); void stop(int type);