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

8 lines
132 B
C
Raw Normal View History

2010-01-21 13:40:40 +00:00
#ifndef REBOUND_H
#define REBOUND_H
#include "common.h"
void rebound_init();
void rebound_tick();
uint8_t rebound_getpos ();
#endif