#include "common.h" #ifndef MESSAGES_H #define MESSAGES_H void print_ballsleft (ball_t *in_b); void print_score (); #endif