WUHBUtilsModule/src/FileUtils.h

11 lines
314 B
C
Raw Normal View History

2022-04-15 18:13:21 +02:00
#pragma once
#include "export.h"
#include <coreinit/filesystem.h>
#include <functional>
#include <romfs_dev.h>
#include <string>
#include <wuhb_utils/utils.h>
WUHBRPXInfoResultCode getRPXInfoForPath(const std::string &path, BundleSource source, WUHBRPXInfo *outFileInfo);
int32_t CheckFile(const char *filepath);