diff --git a/src/interface/DropDown.cpp b/src/interface/DropDown.cpp index 6944e6f52..ea7d56a5a 100644 --- a/src/interface/DropDown.cpp +++ b/src/interface/DropDown.cpp @@ -5,26 +5,53 @@ * Author: Simon */ +#include +#include "Button.h" #include "DropDown.h" namespace ui { +class ItemSelectedAction; class DropDownWindow: public ui::Window { + friend class ItemSelectedAction; Colour background, activeBackground; Colour border, activeBorder; Colour text, activeText; + DropDown * dropDown; + std::vector