From c8181a1719fefc8b9d7ed52888f6a207fcdf026f Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:15:26 +0000 Subject: add KeyValues class (#303) --- NorthstarDLL/pdef.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 NorthstarDLL/pdef.h (limited to 'NorthstarDLL/pdef.h') diff --git a/NorthstarDLL/pdef.h b/NorthstarDLL/pdef.h deleted file mode 100644 index 379e76da..00000000 --- a/NorthstarDLL/pdef.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -const fs::path MOD_PDEF_SUFFIX = "cfg/server/persistent_player_data_version_231.pdef"; -const char* VPK_PDEF_PATH = "cfg/server/persistent_player_data_version_231.pdef"; -- cgit v1.2.3