Namespaces | |
depcheck | |
Classes | |
class | configure_engine |
configure_engine More... | |
class | connect_engine |
class | side_engine |
class | level |
Base class for all level type classes. More... | |
class | scenario |
class | user_map |
class | random_map |
class | campaign |
class | create_engine |
class | flg_manager |
FLG stands for faction, leader and gender. More... | |
Typedefs | |
typedef std::shared_ptr< side_engine > | side_engine_ptr |
typedef std::pair< ng::controller, std::string > | controller_option |
Enumerations | |
enum | controller { CNTR_NETWORK = 0 , CNTR_LOCAL , CNTR_COMPUTER , CNTR_EMPTY , CNTR_RESERVED } |
Functions | |
static bool | contains_ignore_case (const std::string &str1, const std::string &str2) |
const std::string | random_enemy_picture ("units/random-dice.png") |
typedef std::pair<ng::controller, std::string> ng::controller_option |
Definition at line 41 of file connect_engine.hpp.
typedef std::shared_ptr<side_engine> ng::side_engine_ptr |
Definition at line 40 of file connect_engine.hpp.
enum ng::controller |
Enumerator | |
---|---|
CNTR_NETWORK | |
CNTR_LOCAL | |
CNTR_COMPUTER | |
CNTR_EMPTY | |
CNTR_RESERVED |
Definition at line 30 of file connect_engine.hpp.
|
static |
Definition at line 36 of file create_engine.hpp.
References i.
Referenced by ng::create_engine::type_list::apply_filter().
const std::string ng::random_enemy_picture | ( | "units/random-dice.png" | ) |