updated button signatures

This commit is contained in:
devZoGok
2021-11-01 19:53:17 +02:00
parent 14bf591a27
commit 768ed2207c
6 changed files with 22 additions and 20 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
#include "exitButton.h"
#include "defConfigs.h"
#include <root.h>
using namespace std;
using namespace vb01;
namespace battleship{
ExitButton::ExitButton(Vector2 pos, Vector2 size, string name, bool separate) : Button(pos, size, name, separate) {
ExitButton::ExitButton(Vector2 pos, Vector2 size, string name, bool separate) : Button(pos, size, name, configData::PATH + "Fonts/batang.ttf", -1, separate) {
}
void ExitButton::onClick() {