mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
Update main.h
This commit is contained in:
parent
40bb09d7c8
commit
3448f39203
@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
any ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
|
any ExecuteFunction(const string functionName, const vector<any> inputVarVals)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user