mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-10 13:45:16 +01:00
9 lines
113 B
C
9 lines
113 B
C
|
#pragma once
|
||
|
#include <coreinit/filesystem.h>
|
||
|
|
||
|
struct FileInfo {
|
||
|
public:
|
||
|
FSFileHandle handle;
|
||
|
int fd;
|
||
|
};
|