CCIMXDesktop
 
Loading...
Searching...
No Matches
settings_score.h
1#ifndef SETTINGS_SCORE_H
2#define SETTINGS_SCORE_H
3
4namespace Settings {
5namespace Score {
6 static constexpr const unsigned short DEF_STEP = 1;
7 static constexpr const unsigned short START_SCORE = 0;
8 static constexpr const unsigned short TIME_PERIOD_AUTO_ADD = 100;
9}
10}
11
12#endif // SETTINGS_SCORE_H