diff options
| author | oy <Tom_Adams@web.de> | 2011-03-16 12:09:22 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-16 12:09:22 +0100 |
| commit | 156e23b5923af300595704bb4fe6999deb4871a8 (patch) | |
| tree | 47c20236a5bcc3493c795c3d6e638b2893ea0f49 /src/game/client/gameclient.h | |
| parent | 30d9c9f4d9e46fec403f3fa810898017a18e93b6 (diff) | |
| download | zcatch-156e23b5923af300595704bb4fe6999deb4871a8.tar.gz zcatch-156e23b5923af300595704bb4fe6999deb4871a8.zip | |
added loading/support for country flags to the client
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 a3092514..26c839a3 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -219,6 +219,7 @@ public: class CParticles *m_pParticles; class CMenus *m_pMenus; class CSkins *m_pSkins; + class CCountryFlags *m_pCountryFlags; class CFlow *m_pFlow; class CChat *m_pChat; class CDamageInd *m_pDamageind; |