Begin porting common functions to common file

For easier readability and expandability
This commit is contained in:
okvdai
2023-06-02 11:58:02 +02:00
parent 1b914dc5cf
commit 90401c8567
3 changed files with 54 additions and 8 deletions
+9 -5
View File
@@ -27,11 +27,15 @@
],
"Scripts": [
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
"Path":"pulse-common-func.gnut",
"RunOn":"UI"
},
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
}
]
}