diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-11-27 21:27:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 21:27:42 +0100 |
commit | 9ed73b5b989ce079a7349f7bdda88689fd5ac1c4 (patch) | |
tree | a60415625e3d3efd6c3c957af6c65aa656be6d49 /NorthstarDLL/squirrel.h | |
parent | 3d7e310a3253ad41707217e77c62f1d8dcbc3a8b (diff) | |
download | NorthstarLauncher-9ed73b5b989ce079a7349f7bdda88689fd5ac1c4.tar.gz NorthstarLauncher-9ed73b5b989ce079a7349f7bdda88689fd5ac1c4.zip |
Pre-init squirrel managers (#348)
* init
* Format
Diffstat (limited to 'NorthstarDLL/squirrel.h')
-rw-r--r-- | NorthstarDLL/squirrel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/squirrel.h b/NorthstarDLL/squirrel.h index 626d4f12..65dd66c5 100644 --- a/NorthstarDLL/squirrel.h +++ b/NorthstarDLL/squirrel.h @@ -355,6 +355,8 @@ template <ScriptContext context> class SquirrelManager : public virtual Squirrel template <ScriptContext context> SquirrelManager<context>* g_pSquirrel; +void InitialiseSquirrelManagers(); + /* Beware all ye who enter below. This place is not a place of honor... no highly esteemed deed is commemorated here... nothing valued is here. |