summaryrefslogtreecommitdiff
path: root/src/interface/DropDown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/DropDown.h')
-rw-r--r--src/interface/DropDown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/DropDown.h b/src/interface/DropDown.h
index 34310df..40fac68 100644
--- a/src/interface/DropDown.h
+++ b/src/interface/DropDown.h
@@ -33,6 +33,7 @@ class DropDown: public ui::Component {
std::vector<std::pair<std::string, int> > options;
public:
DropDown(Point position, Point size);
+ std::pair<std::string, int> GetOption();
void SetOption(int option);
void SetOption(std::string option);
void AddOption(std::pair<std::string, int> option);