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

8 lines
132 B
C

#ifndef REBOUND_H
#define REBOUND_H
#include "common.h"
void rebound_init();
void rebound_tick();
uint8_t rebound_getpos ();
#endif