![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#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) |
Definition at line 13 of file GameTestingWindow.hpp.
using editor::component::GameTestingWindow::ActionCb = std::function<void()> |
Definition at line 15 of file GameTestingWindow.hpp.
editor::component::GameTestingWindow::GameTestingWindow | ( | const ActionCb & | onSave | ) |
Definition at line 51 of file GameTestingWindow.cpp.
void editor::component::GameTestingWindow::open | ( | bl::gui::GUI * | gui, |
core::file::GameSave & | save | ||
) |
Definition at line 189 of file GameTestingWindow.cpp.