mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
binds to choose between unit states
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef MAP_LISTBOX_H
|
||||
#define MAP_LISTBOX_H
|
||||
|
||||
#include <listbox.h>
|
||||
|
||||
namespace battleship{
|
||||
class MapListbox : public vb01Gui::Listbox{
|
||||
public:
|
||||
MapListbox(vb01::Vector2, vb01::Vector2, std::vector<std::string>&, int, std::string, bool);
|
||||
private:
|
||||
void onClose();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user