Random app imp (#2276)

This commit is contained in:
Totoo 2024-09-30 17:45:13 +02:00 committed by GitHub
parent 105742acbc
commit a398ed1634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 33 deletions

View file

@ -55,7 +55,10 @@ enum LangConsts {
LANG_LOOP,
LANG_RESET,
LANG_PAUSE,
LANG_RESUME
LANG_RESUME,
LANG_FLOOD,
LANG_SHOWQR,
LANG_SAVE
};
class LanguageHelper {