borgware-2d/games/breakout/messages.h

9 lines
125 B
C
Raw Normal View History

2010-01-21 13:40:40 +00:00
#include "common.h"
#ifndef MESSAGES_H
#define MESSAGES_H
void print_ballsleft (ball_t *in_b);
void print_score ();
#endif