Files
SandPoot 470b02443d Reorganizes code/__DEFINES/sandcode (#236)
* Upload files

* GLOBAL_LIST_INIT() used before being defined
2022-03-20 21:02:45 -03:00

8 lines
289 B
Plaintext

/*
* # INIT_ORDER_INTERACTIONS
* Used by the Interactions subsystems, used to set it's own position in the queue.
* This puts this last on priority, very far from other subsystems,
* if citadel ever manages to get this far, push it ever lower.
*/
#define INIT_ORDER_INTERACTIONS -150