mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 05:02:42 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
// Modes for examine text output
|
|
#define EXAMINE_MODE_DEFAULT 0
|
|
#define EXAMINE_MODE_INCLUDE_USAGE 1
|
|
#define EXAMINE_MODE_SWITCH_TO_PANEL 2
|
|
|
|
// Should be one higher than the above
|
|
#define EXAMINE_MODE_MAX 3
|
|
|
|
// Modes for parsing multilingual speech
|
|
#define MULTILINGUAL_DEFAULT 0
|
|
#define MULTILINGUAL_SPACE 1
|
|
#define MULTILINGUAL_DOUBLE_DELIMITER 2
|
|
#define MULTILINGUAL_OFF 3
|
|
|
|
#define MULTILINGUAL_MODE_MAX 4
|
|
|
|
#define SAVE_RESET -1
|