Moves most circuit defines to files (#60705)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-08-07 16:16:18 -07:00
committed by GitHub
co-authored by Watermelon914
parent 262d592794
commit 0deb859b3c
11 changed files with 79 additions and 76 deletions
@@ -1,3 +1,7 @@
#define COMP_PROC_GLOBAL "Global"
#define COMP_PROC_OBJECT "Object"
/**
* # Proc Call Component
*
@@ -63,3 +67,6 @@
GLOB.AdminProcCaller = null
output_value.set_output(result)
#undef COMP_PROC_GLOBAL
#undef COMP_PROC_OBJECT