Z-Sharp/Slang/main.h

10 lines
158 B
C++

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