aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging.h
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-11 22:57:18 +0100
committerGitHub <noreply@github.com>2022-12-11 22:57:18 +0100
commit08c30b23cdda07fe5564030f8c55b9becc460566 (patch)
tree00c34a14fa6bb36caa4c7def8dae673eab16516b /NorthstarDLL/logging.h
parent013548a64babbf97b07e9c4436117f0da5c07e43 (diff)
downloadNorthstarLauncher-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/logging.h')
-rw-r--r--NorthstarDLL/logging.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/logging.h b/NorthstarDLL/logging.h
index a75dce91..78f65e18 100644
--- a/NorthstarDLL/logging.h
+++ b/NorthstarDLL/logging.h
@@ -2,7 +2,6 @@
#include "pch.h"
#include "spdlog/sinks/base_sink.h"
#include "spdlog/logger.h"
-#include "squirrel.h"
#include "color.h"
void CreateLogFiles();