diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-10-31 23:15:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 23:15:26 +0000 |
commit | c8181a1719fefc8b9d7ed52888f6a207fcdf026f (patch) | |
tree | ca4a26d2028bcbe9d7c5a33462834ed1217df9a8 /NorthstarDLL/pdef.h | |
parent | d3adc574608540bf089f88fb40b798b60edaadad (diff) | |
download | NorthstarLauncher-c8181a1719fefc8b9d7ed52888f6a207fcdf026f.tar.gz NorthstarLauncher-c8181a1719fefc8b9d7ed52888f6a207fcdf026f.zip |
add KeyValues class (#303)
Diffstat (limited to 'NorthstarDLL/pdef.h')
-rw-r--r-- | NorthstarDLL/pdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
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"; |