mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 03:05:04 +00:00
12 lines
No EOL
195 B
C++
12 lines
No EOL
195 B
C++
#pragma once
|
|
|
|
#include "sead/prim/seadSafeString.hpp"
|
|
|
|
namespace al
|
|
{
|
|
class HtmlViewer
|
|
{
|
|
public:
|
|
void call(const char *, sead::BufferedSafeStringBase<char> *) const;
|
|
};
|
|
}; |