#ifndef UNIT_LISTBOX_H #define UNIT_LISTBOX_H #include namespace battleship{ class UnitListbox : public vb01Gui::Listbox{ public: UnitListbox(vb01::Vector2, vb01::Vector2, std::vector, int, std::string); void onClose(); private: }; } #endif