12 lines
221 B
C
12 lines
221 B
C
//
|
|
// Created by ash on 24/10/22.
|
|
//
|
|
|
|
#ifndef INKAY_YOUTUBE_H
|
|
#define INKAY_YOUTUBE_H
|
|
|
|
#include "patcher/rplinfo.h"
|
|
|
|
void Patch_youtube(uint32_t titleVer, uint64_t titleId, const rplinfo& rpls);
|
|
|
|
#endif //INKAY_YOUTUBE_H
|