mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-04 19:25:05 +01:00
11 lines
278 B
C
11 lines
278 B
C
|
#pragma once
|
||
|
|
||
|
#include "IFSWrapper.h"
|
||
|
#include <coreinit/filesystem.h>
|
||
|
#include <function_patcher/function_patching.h>
|
||
|
#include <functional>
|
||
|
#include <string>
|
||
|
|
||
|
extern function_replacement_data_t fs_dir_function_replacements[];
|
||
|
extern uint32_t fs_dir_function_replacements_size;
|