OdysseyDecomp/lib/al/Library/Network/HtmlViewer.h
2024-06-13 21:10:45 +02:00

11 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