Adjustments to SEKRIT PROJEKT DELTA

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-06 18:28:47 -04:00
parent d32fade269
commit 512f24a4ca
4 changed files with 137 additions and 53 deletions

View File

@@ -15,6 +15,7 @@
#define ASCENT_UPLOAD_BROWSER
#include "llfloater.h"
#include "llcombobox.h"
class LLScrollListCtrl;
@@ -50,6 +51,9 @@ private:
LIST_TYPE_FILE
};
LLScrollListCtrl* mFileList;
LLComboBox* mDriveCombo;
LLComboBox* mBookmarkCombo;
std::string mPathName;
std::string mFilterType;
};