diff options
Diffstat (limited to 'NorthstarDedicatedTest/rpakfilesystem.h')
-rw-r--r-- | NorthstarDedicatedTest/rpakfilesystem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/rpakfilesystem.h b/NorthstarDedicatedTest/rpakfilesystem.h new file mode 100644 index 00000000..a9cc9a93 --- /dev/null +++ b/NorthstarDedicatedTest/rpakfilesystem.h @@ -0,0 +1,4 @@ +#pragma once + +void InitialiseEngineRpakFilesystem(HMODULE baseAddress); +void LoadPakAsync(char* path);
\ No newline at end of file |