Go to the source code of this file.
Classes | |
class | plugins_context |
struct | plugins_context::Reg |
struct | plugins_context::aReg |
Variables | |
const std::function < std::string(const config &, const std::string &) > | get_str |
const std::function< int(const config &, const std::string &, int) > | get_int |
const std::function< size_t(const config &, const std::string &, size_t) > | get_size_t |
const std::function< int ( const config & , const std::string &, int ) > get_int |
Definition at line 125 of file context.cpp.
Referenced by do_gameloop(), and gui::dialog::show().
const std::function< size_t ( const config & , const std::string &, size_t ) > get_size_t |
Definition at line 130 of file context.cpp.
Referenced by mp::create::create().
const std::function< std::string ( const config & , const std::string & ) > get_str |
Definition at line 121 of file context.cpp.
Referenced by mp::configure::configure(), mp::connect::connect(), mp::create::create(), play_controller::init(), mp::lobby::lobby(), and mp::wait::wait().