mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
9 lines
203 B
C++
9 lines
203 B
C++
#include "mapEditorButton.h"
|
|
#include "concreteGuiManager.h"
|
|
|
|
namespace battleship{
|
|
void MapEditorButton::onClick(){
|
|
ConcreteGuiManager::getSingleton()->readLuaScreenScript("mapEditorMenu.lua");
|
|
}
|
|
}
|