Update main.h

This commit is contained in:
sam-astro 2022-01-03 13:34:31 -05:00 committed by GitHub
parent e72f58810e
commit aba94781ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@
using namespace std;
string ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
any ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
#endif
#endif