Z-Sharp/Slang/main.h
2022-01-05 10:49:07 -05:00

10 lines
141 B
C++

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