diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-07 01:35:06 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-07 01:35:06 +0000 |
commit | 365191707407566841c1e37935619d260a4f67a7 (patch) | |
tree | 760ada58fcc051d892d886ddee9849ce3628d829 /NorthstarDedicatedTest/pdef.h | |
parent | a7fd103124d6e6a506d8f837b9a29a97f0ea7e63 (diff) | |
download | NorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.tar.gz NorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.zip |
more modmanager improvements
Diffstat (limited to 'NorthstarDedicatedTest/pdef.h')
-rw-r--r-- | NorthstarDedicatedTest/pdef.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/pdef.h b/NorthstarDedicatedTest/pdef.h new file mode 100644 index 00000000..eb5f668b --- /dev/null +++ b/NorthstarDedicatedTest/pdef.h @@ -0,0 +1,4 @@ +#pragma once + +const fs::path MOD_PDEF_PATH = COMPILED_ASSETS_PATH / "cfg/server/persistent_player_data_version_231.pdef"; +const char* VPK_PDEF_PATH = "cfg/server/persistent_player_data_version_231.pdef";
\ No newline at end of file |