changed namespace

This commit is contained in:
devZoGok
2021-11-01 11:49:56 +02:00
parent 54a5edf7c8
commit 14bf591a27
72 changed files with 5236 additions and 5424 deletions
+5 -8
View File
@@ -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
}
}