Create Mission Select screen

This commit is contained in:
2023-03-06 23:42:01 +01:00
parent 8a2bdc347c
commit 7476e09fed
76 changed files with 46727 additions and 414 deletions

View File

@ -12,6 +12,14 @@ enum LANGUAGES
enum TEXTS
{
T_MANUAL,
T_INSPECTION,
T_EBS,
T_TRACKDRIVE,
T_AUTOX,
T_SKIDPAD,
T_ACCEL,
T___SINGLEUSE_M5X7,
T___SINGLEUSE_6GPV,
NUMBER_OF_TEXT_KEYS
};