diff options
Diffstat (limited to 'sp/src/game/client/iclientmode.h')
| -rw-r--r-- | sp/src/game/client/iclientmode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sp/src/game/client/iclientmode.h b/sp/src/game/client/iclientmode.h index 5bf7aedb..2b74f625 100644 --- a/sp/src/game/client/iclientmode.h +++ b/sp/src/game/client/iclientmode.h @@ -147,6 +147,7 @@ public: virtual bool IsInfoPanelAllowed() = 0; virtual void InfoPanelDisplayed() = 0; + virtual bool IsHTMLInfoPanelAllowed() = 0; }; extern IClientMode *g_pClientMode; |