mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
// Subsystem signals. Format:
|
|
// When the signal is called: (signal arguments)
|
|
// All signals send the source datum of the signal as the first argument
|
|
|
|
///Subsystem signals
|
|
///From base of datum/controller/subsystem/Initialize
|
|
#define COMSIG_SUBSYSTEM_POST_INITIALIZE "subsystem_post_initialize"
|