mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
updated button signatures
This commit is contained in:
+3
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user