diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-12-22 16:06:49 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-01-04 14:55:23 +0100 |
commit | a4a5338a9d392761b51d746f231116e2327cc995 (patch) | |
tree | ce24e565913c9e1ed43a96291f7bfc059b2d2d87 /NorthstarDLL/core/convar | |
parent | 27afb0ba38dcf0e74a4d09ba43e73261542b8e96 (diff) | |
download | NorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.tar.gz NorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.zip |
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/core/convar')
-rw-r--r-- | NorthstarDLL/core/convar/convar.cpp | 2 | ||||
-rw-r--r-- | NorthstarDLL/core/convar/convar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/core/convar/convar.cpp b/NorthstarDLL/core/convar/convar.cpp index eaa988dc..5ff0e4c1 100644 --- a/NorthstarDLL/core/convar/convar.cpp +++ b/NorthstarDLL/core/convar/convar.cpp @@ -2,7 +2,7 @@ #include "bits.h" #include "cvar.h" #include "convar.h" -#include "shared/sourceinterface.h" +#include "core/sourceinterface.h" #include <float.h> diff --git a/NorthstarDLL/core/convar/convar.h b/NorthstarDLL/core/convar/convar.h index 86ec64e6..edc6ac97 100644 --- a/NorthstarDLL/core/convar/convar.h +++ b/NorthstarDLL/core/convar/convar.h @@ -1,5 +1,5 @@ #pragma once -#include "shared/sourceinterface.h" +#include "core/sourceinterface.h" #include "core/math/color.h" #include "cvar.h" #include "concommand.h" |