OdysseyDecomp/lib/al/layout/HtmlViewer.h
2021-11-16 22:58:25 +01:00

10 lines
183 B
C++

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