Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | icon (association_type, int32_t v, error_handler &err, int32_t line, religion_context &context) |
void | color (color_from_3f v, error_handler &err, int32_t line, religion_context &context) |
void | pagan (association_type, bool v, error_handler &err, int32_t line, religion_context &context) |
void | finish (religion_context &context) |
Definition at line 471 of file parsers_declarations.hpp.
void parsers::religion_def::color | ( | color_from_3f | v, |
error_handler & | err, | ||
int32_t | line, | ||
religion_context & | context | ||
) |
Definition at line 15 of file parsers_declarations.cpp.
|
inline |
Definition at line 475 of file parsers_declarations.hpp.
void parsers::religion_def::icon | ( | association_type | , |
int32_t | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
religion_context & | context | ||
) |
Definition at line 11 of file parsers_declarations.cpp.
void parsers::religion_def::pagan | ( | association_type | , |
bool | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
religion_context & | context | ||
) |
Definition at line 19 of file parsers_declarations.cpp.