mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
11 lines
165 B
C++
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
|