mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
#define GLOBAL_PROC "some_magic_bullshit"
|
|
|
|
#define CALLBACK new /datum/callback
|
|
#define INVOKE_ASYNC world.ImmediateInvokeAsync
|
|
|
|
// CHOMPEdit Start
|
|
/// like CALLBACK but specifically for verb callbacks
|
|
#define VERB_CALLBACK new /datum/callback/verb_callback
|
|
// CHOMPEdit End
|