#ifndef BROWSER_HH
#define BROWSER_HH
#include <FL/Fl_Select_Browser.H>
#include <string>
#include <vector>
class Browser {
public:
static Fl_Select_Browser *browser;
static std::vector<std::string> filterpaths;
static void updatelist();
};
#endif