aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/dllmain.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-08-25 00:27:26 +0100
committerGitHub <noreply@github.com>2022-08-25 01:27:26 +0200
commitf8885bc12e0f9c295a174319314e37cae310b192 (patch)
tree9e1be099d4544a5d9ab77a3cfcdf1a1732ee25a0 /NorthstarDLL/dllmain.cpp
parentc3d20c8409a35772e371129d015913b7f08743fc (diff)
downloadNorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.tar.gz
NorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.zip
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r--NorthstarDLL/dllmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp
index 273bf9c7..020ab1cd 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"