diff options
Diffstat (limited to 'src/game/client/gameclient.h')
| -rw-r--r-- | src/game/client/gameclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 211e3b11..888188db 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -205,6 +205,7 @@ public: class CMotd *m_pMotd; class CMapImages *m_pMapimages; class CVoting *m_pVoting; + class CScoreboard *m_pScoreboard; }; extern const char *Localize(const char *Str); |