From f4eaf0c4559379c936ab2911e0edb5d69f6d2522 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:27:26 +0100 Subject: Rename `configurables.cpp` to `nsprefix.cpp` (#253) --- NorthstarDLL/nsprefix.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NorthstarDLL/nsprefix.h (limited to 'NorthstarDLL/nsprefix.h') diff --git a/NorthstarDLL/nsprefix.h b/NorthstarDLL/nsprefix.h new file mode 100644 index 00000000..cc98e15e --- /dev/null +++ b/NorthstarDLL/nsprefix.h @@ -0,0 +1,7 @@ +#pragma once +#include + +static std::string NORTHSTAR_FOLDER_PREFIX; + +std::string GetNorthstarPrefix(); +void parseConfigurables(); -- cgit v1.2.3