Avoid/src/Score.h

16 lines
228 B
C

/*
- Avoid ~ a game by Canneddonuts
- Filename ~ Score.h
- Author ~ Return0ne
- 2022
- *no license*
*/
#ifndef SCORE_HEADER
#define SCORE_HEADER
extern int bestscore;
extern int score;
#endif