aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/rpakfilesystem.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 01:20:02 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 01:20:02 +0000
commitf2e55278780b2c22067f69672ec5d9d23e40ca9d (patch)
tree7c727ece76fea93c5299d0d298afbc95d8049fd9 /NorthstarDedicatedTest/rpakfilesystem.h
parentf341986b591cee533994597de418df1752ad5e97 (diff)
downloadNorthstarLauncher-f2e55278780b2c22067f69672ec5d9d23e40ca9d.tar.gz
NorthstarLauncher-f2e55278780b2c22067f69672ec5d9d23e40ca9d.zip
setup for rpak filesystem hooks
Diffstat (limited to 'NorthstarDedicatedTest/rpakfilesystem.h')
-rw-r--r--NorthstarDedicatedTest/rpakfilesystem.h4
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