SuperMarioOdysseyOnline/include/al/HtmlViewer.h

12 lines
195 B
C++

#pragma once
#include "sead/prim/seadSafeString.hpp"
namespace al
{
class HtmlViewer
{
public:
void call(const char *, sead::BufferedSafeStringBase<char> *) const;
};
};