Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Types | Public Member Functions | List of all members
editor::component::GameTestingWindow Class Reference

#include <GameTestingWindow.hpp>

Public Types

using ActionCb = std::function< void()>
 

Public Member Functions

 GameTestingWindow (const ActionCb &onSave)
 
void open (bl::gui::GUI *gui, core::file::GameSave &save)
 

Detailed Description

Definition at line 13 of file GameTestingWindow.hpp.

Member Typedef Documentation

◆ ActionCb

using editor::component::GameTestingWindow::ActionCb = std::function<void()>

Definition at line 15 of file GameTestingWindow.hpp.

Constructor & Destructor Documentation

◆ GameTestingWindow()

editor::component::GameTestingWindow::GameTestingWindow ( const ActionCb onSave)

Definition at line 51 of file GameTestingWindow.cpp.

Member Function Documentation

◆ open()

void editor::component::GameTestingWindow::open ( bl::gui::GUI *  gui,
core::file::GameSave save 
)

Definition at line 189 of file GameTestingWindow.cpp.


The documentation for this class was generated from the following files: