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