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