6a6262d6b2
Also: * Fix NanoUI on IE11+ * Add missing files (oops!)
15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
/**
|
|
* NanoUI Defines
|
|
*
|
|
* Contains all NanoUI state definitions.
|
|
*
|
|
* /tg/station user interface library
|
|
* thanks to baystation12
|
|
*
|
|
* modified by neersighted
|
|
**/
|
|
|
|
#define NANO_INTERACTIVE 2 // Green/Interactive
|
|
#define NANO_UPDATE 1 // Orange/Updates Only
|
|
#define NANO_DISABLED 0 // Red/Disabled
|
|
#define NANO_CLOSE -1 // Closed |