mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
accessible trading screen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef ACTIVE_STATE_BACK_BUTTON_H
|
||||
#define ACTIVE_STATE_BACK_BUTTON_H
|
||||
|
||||
#include "backButton.h"
|
||||
|
||||
namespace battleship{
|
||||
class ActiveStateBackButton : public BackButton{
|
||||
public:
|
||||
ActiveStateBackButton(vb01::Vector3, vb01::Vector2, std::string);
|
||||
void onClick();
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user