From aba94781bad830be7e0f382c73b052d959e9a7d3 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:34:31 -0500 Subject: [PATCH] Update main.h --- Slang/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Slang/main.h b/Slang/main.h index cf8006c..59e3071 100644 --- a/Slang/main.h +++ b/Slang/main.h @@ -4,6 +4,6 @@ using namespace std; -string ExecuteFunction(string functionName, vector inputVarVals, int functionIndex); +any ExecuteFunction(string functionName, vector inputVarVals, int functionIndex); -#endif \ No newline at end of file +#endif