platform/vfs.c: Add filesystem path redirectors

This commit is contained in:
Tau
2019-05-17 23:11:51 -04:00
parent 5722061cbf
commit a74a5de128
4 changed files with 233 additions and 0 deletions

7
platform/vfs.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT vfs_hook_init(const struct vfs_config *config);