mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Replace RGBLINK non-null pointers with references
This commit is contained in:
@@ -31,7 +31,7 @@ struct Symbol {
|
||||
Section *section;
|
||||
};
|
||||
|
||||
void sym_AddSymbol(Symbol *symbol);
|
||||
void sym_AddSymbol(Symbol &symbol);
|
||||
|
||||
/*
|
||||
* Finds a symbol in all the defined symbols.
|
||||
|
||||
Reference in New Issue
Block a user