mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
changed namespace
This commit is contained in:
+6
-9
@@ -5,15 +5,12 @@
|
||||
#include <button.h>
|
||||
#include <vector.h>
|
||||
|
||||
namespace game
|
||||
{
|
||||
namespace gui {
|
||||
class ExitButton : public vb01Gui::Button {
|
||||
public:
|
||||
ExitButton(vb01::Vector2, vb01::Vector2, std::string, bool);
|
||||
void onClick();
|
||||
};
|
||||
}
|
||||
namespace battleship {
|
||||
class ExitButton : public vb01Gui::Button {
|
||||
public:
|
||||
ExitButton(vb01::Vector2, vb01::Vector2, std::string, bool);
|
||||
void onClick();
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user