SuperMarioOdysseyOnline/include/al/layout/HtmlViewer.h
2022-06-16 14:33:18 -07:00

10 lines
No EOL
185 B
C++

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