diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-12-22 16:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 16:06:49 +0100 |
commit | 314166100f7f6434016ce38bd4e9add07b68c24b (patch) | |
tree | 05b67f01b08eebc2457dbcf86dd770cb50c26362 /NorthstarDLL/logging/sourceconsole.cpp | |
parent | e04f3b36accccb590a2d51b4829256b9964ac3fd (diff) | |
download | NorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.tar.gz NorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.zip |
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/logging/sourceconsole.cpp')
-rw-r--r-- | NorthstarDLL/logging/sourceconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/logging/sourceconsole.cpp b/NorthstarDLL/logging/sourceconsole.cpp index 62b41e1a..775caa49 100644 --- a/NorthstarDLL/logging/sourceconsole.cpp +++ b/NorthstarDLL/logging/sourceconsole.cpp @@ -1,7 +1,7 @@ #include "pch.h" #include "core/convar/convar.h" #include "sourceconsole.h" -#include "shared/sourceinterface.h" +#include "core/sourceinterface.h" #include "core/convar/concommand.h" #include "util/printcommands.h" |