diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 19:54:29 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-13 19:54:29 (GMT) |
| commit | 41e1d28c56b6e4b9b380022e9220161c57612006 (patch) | |
| tree | c21a061f94ba1a8282b1ef962ca7d9affe68ccc8 /src/interface/DropDown.h | |
| parent | 7758fe52cb9ef78b562bc2587b17b6344d8829fe (diff) | |
| download | powder-41e1d28c56b6e4b9b380022e9220161c57612006.zip powder-41e1d28c56b6e4b9b380022e9220161c57612006.tar.gz | |
Correct air include path for OptionsModel, correct Window debugmode logic, justifications for sign
Diffstat (limited to 'src/interface/DropDown.h')
| -rw-r--r-- | src/interface/DropDown.h | 1 |
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); |
