aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/squirrel.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-21 01:23:53 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-21 01:23:53 +0100
commit8650a7520baec35765bc837d9313325e0c7631d3 (patch)
treee6c6f8051c5d22b0233a7ea7f7da9888229d4085 /NorthstarDedicatedTest/squirrel.h
parent93fe64e04ed766727634e5b5f6906f6461a70711 (diff)
downloadNorthstarLauncher-8650a7520baec35765bc837d9313325e0c7631d3.tar.gz
NorthstarLauncher-8650a7520baec35765bc837d9313325e0c7631d3.zip
add log file support
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.h')
-rw-r--r--NorthstarDedicatedTest/squirrel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/squirrel.h b/NorthstarDedicatedTest/squirrel.h
index 3c8f9fed..bb377604 100644
--- a/NorthstarDedicatedTest/squirrel.h
+++ b/NorthstarDedicatedTest/squirrel.h
@@ -52,8 +52,7 @@ public:
public:
SquirrelManager() : sqvm(nullptr)
- {
- }
+ {}
void ExecuteCode(const char* code)
{
@@ -96,6 +95,7 @@ public:
}
}
}
+
void AddFuncRegistration(std::string returnType, std::string name, std::string argTypes, std::string helpText, SQFunction func)
{