mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-12 13:32:36 +01:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
#define GENERAL_PROTECT_DATUM(Path)\
|
|
##Path/can_vv_get(var_name){\
|
|
return FALSE;\
|
|
}\
|
|
##Path/vv_edit_var(var_name, var_value){\
|
|
return FALSE;\
|
|
}\
|
|
##Path/CanProcCall(procname){\
|
|
return FALSE;\
|
|
}
|