diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2010-06-04 22:14:02 +0200 |
|---|---|---|
| committer | Choupom <andycootlapin@hotmail.fr> | 2010-06-04 22:14:02 +0200 |
| commit | 848764544faad43ec27dcd60579637aca3d52004 (patch) | |
| tree | 262526c2f7325cbab1e071e5081155443611c556 /src/game/client/components/menus.h | |
| parent | 3d079a35e9f058ee80c39c9ac204c57e042aad6e (diff) | |
| download | zcatch-848764544faad43ec27dcd60579637aca3d52004.tar.gz zcatch-848764544faad43ec27dcd60579637aca3d52004.zip | |
added folders in demo browser (#25)
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(); |