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/dllmain.cpp | |
parent | 36088a380e345fd60d2b6f66f62521fd3f98141a (diff) | |
download | NorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.tar.gz NorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.zip |
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r-- | NorthstarDLL/dllmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp index c94d79c3..5a3ee239 100644 --- a/NorthstarDLL/dllmain.cpp +++ b/NorthstarDLL/dllmain.cpp @@ -32,7 +32,7 @@ #include "languagehooks.h" #include "audio.h" #include "buildainfile.h" -#include "configurables.h" +#include "nsprefix.h" #include "serverchathooks.h" #include "clientchathooks.h" #include "localchatwriter.h" |