mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-24 04:14:59 +00:00
add renaming and re mode
This commit is contained in:
parent
2632d435b0
commit
0cc8edcf40
7 changed files with 79 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue