1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/stratosphere/fs_mitm/source/fsmitm_utils.hpp

8 lines
164 B
C++
Raw Normal View History

#pragma once
#include <switch.h>
#include <stratosphere.hpp>
class Utils {
public:
static Result OpenSdFile(const char *fn, int flags, FsFile *out);
};