diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-12-11 22:57:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 22:57:18 +0100 |
commit | 08c30b23cdda07fe5564030f8c55b9becc460566 (patch) | |
tree | 00c34a14fa6bb36caa4c7def8dae673eab16516b /NorthstarDLL/dllmain.cpp | |
parent | 013548a64babbf97b07e9c4436117f0da5c07e43 (diff) | |
download | NorthstarLauncher-08c30b23cdda07fe5564030f8c55b9becc460566.tar.gz NorthstarLauncher-08c30b23cdda07fe5564030f8c55b9becc460566.zip |
Log function lookup failure on Call (#355)
* Log function lookup failure on Call
* Formatting
* Update squirrel.cpp
* format
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r-- | NorthstarDLL/dllmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp index 44d973f2..4a9da4af 100644 --- a/NorthstarDLL/dllmain.cpp +++ b/NorthstarDLL/dllmain.cpp @@ -8,6 +8,7 @@ #include "plugins.h" #include "version.h" #include "pch.h" +#include "squirrel.h" #include "rapidjson/document.h" #include "rapidjson/stringbuffer.h" |