* ProtoView first tests

* Imp

* fix, reset
This commit is contained in:
Totoo
2024-07-29 07:45:56 +02:00
committed by GitHub
parent 96a60e82bc
commit 9211975868
17 changed files with 669 additions and 7 deletions

View File

@@ -19,7 +19,8 @@ enum LangConsts {
LANG_CLEAR,
LANG_READY,
LANG_DATADP,
LANG_LOOP
LANG_LOOP,
LANG_RESET
};
class LanguageHelper {