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

9 lines
87 B
C

#include <stdint.h>
#ifndef SCORE_H
#define SCORE_H
void score_add(uint8_t);
#endif