mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-17 09:18:56 +00:00
8 lines
164 B
C++
8 lines
164 B
C++
|
|
#pragma once
|
||
|
|
#include <switch.h>
|
||
|
|
#include <stratosphere.hpp>
|
||
|
|
|
||
|
|
class Utils {
|
||
|
|
public:
|
||
|
|
static Result OpenSdFile(const char *fn, int flags, FsFile *out);
|
||
|
|
};
|