mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
10 lines
152 B
C++
10 lines
152 B
C++
|
|
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
using namespace std;
|
|
|
|
any ExecuteFunction(string functionName, vector<string> inputVarVals, int functionIndex);
|
|
|
|
#endif
|