mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
safer sessionsaving
This commit is contained in:
@@ -30,6 +30,16 @@
|
||||
#define LS /* nothing */
|
||||
#endif /* LIBRARY */
|
||||
|
||||
/*
|
||||
* startup ==
|
||||
*/
|
||||
#define STARTUP_RUNNING 0
|
||||
#define STARTUP_ECHOTOCONSOLE (startup > 1 && startup < 1000)
|
||||
#define STARTUP_COMMANDANDEXIT 3
|
||||
#define STARTUP_TESTRUN 6
|
||||
#define STARTUP_NORMALSTART 1000
|
||||
#define STARTUP_SIGSEGV 31337
|
||||
|
||||
/*
|
||||
* Channel Crap
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user