mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
map editing screen accessible using the new GUI subsystem
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef EXPORT_BUTTON_H
|
||||
#define EXPORT_BUTTON_H
|
||||
|
||||
#include <button.h>
|
||||
|
||||
namespace battleship{
|
||||
class ExportButton : public vb01Gui::Button{
|
||||
public:
|
||||
ExportButton(vb01::Vector2 pos, vb01::Vector2 size);
|
||||
void onClick();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user