SuperMarioOdysseyOnline/include/al/HtmlViewer.h

12 lines
195 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
#include "sead/prim/seadSafeString.hpp"
namespace al
{
class HtmlViewer
{
public:
void call(const char *, sead::BufferedSafeStringBase<char> *) const;
};
};