mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-04-25 07:37:32 -05:00
7 lines
176 B
C
7 lines
176 B
C
#ifndef GUARD_CONSTANTS_HIGH_SCORES_H
|
|
#define GUARD_CONSTANTS_HIGH_SCORES_H
|
|
|
|
#define HIGH_SCORE_NAME_LENGTH 4
|
|
#define NUM_HIGH_SCORES 8
|
|
|
|
#endif // GUARD_CONSTANTS_HIGH_SCORES_H
|