diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-06 14:53:55 +0200 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-06 14:53:55 +0200 |
| commit | 7d03e70d1e6b0cd0b55c741d90b33fd4e2e51cb5 (patch) | |
| tree | 047c6cbbee087cbbe83a1f2fc287c1bbfab385ef /src/game/client/components/menus.h | |
| parent | 4ca43196d7e56fa155625c95ff33ad31ad3651b7 (diff) | |
| parent | 747d972d389ab39ad712a766b9ca5e0598f87b21 (diff) | |
| download | zcatch-7d03e70d1e6b0cd0b55c741d90b33fd4e2e51cb5.tar.gz zcatch-7d03e70d1e6b0cd0b55c741d90b33fd4e2e51cb5.zip | |
Merge remote branch 'choupom/master'
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index c09e6e96..229fce80 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -160,11 +160,14 @@ class CMenus : public CComponent }; sorted_array<CDemoItem> m_lDemos; - + char m_aCurrentDemoFolder[256]; + void DemolistPopulate(); static void DemolistCountCallback(const char *pName, int IsDir, void *pUser); static void DemolistFetchCallback(const char *pName, int IsDir, void *pUser); - + static void IsDirCallback(const char *pName, int IsDir, void *pUser); + void DemoSetParentDirectory(); + // found in menus.cpp int Render(); //void render_background(); |