[MIRROR] Moves most circuit component defines to files to reduce the amount of scattered code. (#7450)

* Moves most circuit defines to files (#60705)

Co-authored-by: Watermelon914 <3052169-Watermelon914@ users.noreply.gitlab.com>

* Moves most circuit component defines to files to reduce the amount of scattered code.

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
Co-authored-by: Watermelon914 <3052169-Watermelon914@ users.noreply.gitlab.com>
This commit is contained in:
SkyratBot
2021-08-08 03:41:46 +02:00
committed by GitHub
parent 2c7f3a302d
commit 47bb16ee3d
11 changed files with 79 additions and 76 deletions
@@ -1,3 +1,6 @@
#define COMP_TEXT_LOWER "To Lower"
#define COMP_TEXT_UPPER "To Upper"
/**
* # Text Component
*
@@ -47,3 +50,5 @@
output.set_output(result)
#undef COMP_TEXT_LOWER
#undef COMP_TEXT_UPPER