mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
changed namespace
This commit is contained in:
+5
-8
@@ -4,14 +4,11 @@
|
||||
using namespace std;
|
||||
using namespace vb01;
|
||||
|
||||
namespace game
|
||||
{
|
||||
namespace gui{
|
||||
ExitButton::ExitButton(Vector2 pos, Vector2 size, string name, bool separate) : Button(pos, size, name, separate) {
|
||||
}
|
||||
namespace battleship{
|
||||
ExitButton::ExitButton(Vector2 pos, Vector2 size, string name, bool separate) : Button(pos, size, name, separate) {
|
||||
}
|
||||
|
||||
void ExitButton::onClick() {
|
||||
//Root::getSingleton()->set
|
||||
}
|
||||
void ExitButton::onClick() {
|
||||
//Root::getSingleton()->set
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user