mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-16 16:35:10 +00:00
10 lines
No EOL
185 B
C++
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
|