MCPcopy Create free account
hub / github.com/crawl/crawl / macro_init

Function macro_init

crawl-ref/source/macro.cc:2023–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021}
2022
2023void macro_init()
2024{
2025 for (const auto &fn : Options.additional_macro_files)
2026 _read_macros_from(fn.c_str());
2027
2028 _read_macros_from(get_macro_file().c_str());
2029}
2030
2031void macro_userfn(const char *keys, const char *regname)
2032{

Callers 1

_post_initFunction · 0.85

Calls 2

_read_macros_fromFunction · 0.85
get_macro_fileFunction · 0.85

Tested by

no test coverage detected