add renaming and re mode

This commit is contained in:
LittleCube 2024-12-23 16:11:22 -05:00
parent 2632d435b0
commit 0cc8edcf40
7 changed files with 79 additions and 9 deletions

View file

@ -216,6 +216,9 @@ namespace N64Recomp {
// List of symbols from events, which contains the names of events that this context provides.
std::vector<EventSymbol> event_symbols;
// Causes functions to print their name to the console the first time they're called.
bool re_mode;
// Imports sections and function symbols from a provided context into this context's reference sections and reference functions.
bool import_reference_context(const Context& reference_context);
// Reads a data symbol file and adds its contents into this context's reference data symbols.