1#pragma once
2
3#include <prim/seadSafeString.h>
4
5namespace al {
6class HtmlViewer;
7}
8class GameDataHolderAccessor;
9
10namespace HelpFunction {
11void callHelp(const al::HtmlViewer*, GameDataHolderAccessor, bool, bool, bool,
12 sead::BufferedSafeString*);
13}
14