diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-08-25 00:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 01:27:26 +0200 |
commit | f8885bc12e0f9c295a174319314e37cae310b192 (patch) | |
tree | 9e1be099d4544a5d9ab77a3cfcdf1a1732ee25a0 /NorthstarDLL/serverauthentication.cpp | |
parent | c3d20c8409a35772e371129d015913b7f08743fc (diff) | |
download | NorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.tar.gz NorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.zip |
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/serverauthentication.cpp')
-rw-r--r-- | NorthstarDLL/serverauthentication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/serverauthentication.cpp b/NorthstarDLL/serverauthentication.cpp index 463bd0ba..9fc41372 100644 --- a/NorthstarDLL/serverauthentication.cpp +++ b/NorthstarDLL/serverauthentication.cpp @@ -13,7 +13,7 @@ #include <fstream> #include <filesystem> #include <thread> -#include "configurables.h" +#include "nsprefix.h" #include "nsmem.h" const char* AUTHSERVER_VERIFY_STRING = "I am a northstar server!"; |