bump ct range to 24; fix bug in modern layout for OPL and ESFM

This commit is contained in:
Kagamiin~ 2023-10-15 11:44:12 -03:00
parent 484b6f4411
commit 84e0ec9dae
3 changed files with 24 additions and 9 deletions

View file

@ -26,9 +26,9 @@ extern const int _ONE;
extern const int _THREE;
extern const int _SEVEN;
extern const int _TEN;
extern const int _TWELVE;
extern const int _FIFTEEN;
extern const int _SIXTEEN;
extern const int _TWENTY_FOUR;
extern const int _THIRTY_ONE;
extern const int _SIXTY_FOUR;
extern const int _ONE_HUNDRED;
@ -38,6 +38,6 @@ extern const int _FIVE_HUNDRED_ELEVEN;
extern const int _TWO_THOUSAND_FORTY_SEVEN;
extern const int _FOUR_THOUSAND_NINETY_FIVE;
extern const int _SIXTY_FIVE_THOUSAND_FIVE_HUNDRED_THIRTY_FIVE;
extern const int _MINUS_TWELVE;
extern const int _MINUS_TWENTY_FOUR;
extern const int _MINUS_ONE_HUNDRED_TWENTY_SEVEN;
extern const int _MINUS_ONE_HUNDRED_TWENTY_EIGHT;