mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-05 05:40:27 +00:00
* Adds preference to output description_info with examine text * includes the defines file
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
#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 |