mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-27 19:21:11 +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");
|
|
}
|
|
}
|