#ifndef _BALL_H_ #define _BALL_H_ void move_balls(FIELD* f); void init_ball(BALL* b, int x, int y, char dir, int value); #endif