Z-Sharp/Slang/main.h
2022-01-02 15:59:30 -05:00

9 lines
154 B
C++

#ifndef MAIN_H
#define MAIN_H
using namespace std;
string ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
#endif