Z-Sharp/Slang/main.h
2022-01-05 15:51:44 -05:00

11 lines
165 B
C++

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