diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-08-25 00:27:26 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-14 12:53:25 +0200 |
commit | f4eaf0c4559379c936ab2911e0edb5d69f6d2522 (patch) | |
tree | 47169415c186b9b4e33ca985663e1dc47b8f3b84 /NorthstarDLL/logging.cpp | |
parent | 36088a380e345fd60d2b6f66f62521fd3f98141a (diff) | |
download | NorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.tar.gz NorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.zip |
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/logging.cpp')
-rw-r--r-- | NorthstarDLL/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/logging.cpp b/NorthstarDLL/logging.cpp index 4c35f86a..38d58fa0 100644 --- a/NorthstarDLL/logging.cpp +++ b/NorthstarDLL/logging.cpp @@ -7,7 +7,7 @@ #include "convar.h" #include <iomanip> #include <sstream> -#include "configurables.h" +#include "nsprefix.h" #include <dbghelp.h> // This needs to be called after hooks are loaded so we can access the command line args |