Lua to read tsOutputs #3376

This commit is contained in:
rusefillc 2021-12-14 18:25:55 -05:00
parent 5ed26f1ca1
commit d121230dbe
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@
#pragma once
float getConfigValueByName(const char *name);
void setConfigValueByName(const char *name, float value);