12 lines
258 B
C
12 lines
258 B
C
//
|
|
// Created by ash on 23/07/23.
|
|
//
|
|
|
|
#ifndef MEOWTH_ACCOUNT_SETTINGS_H
|
|
#define MEOWTH_ACCOUNT_SETTINGS_H
|
|
|
|
#include "patcher/rplinfo.h"
|
|
|
|
void Patch_webkit_applets(uint32_t titleVer, uint64_t titleId, const rplinfo& rpls);
|
|
|
|
#endif //MEOWTH_ACCOUNT_SETTINGS_H
|