mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Replace RGBASM non-null pointers with references
This commit is contained in:
@@ -64,7 +64,7 @@ struct Symbol {
|
||||
char const *getStringValue() const { return hasCallback ? strCallback() : equs->c_str(); }
|
||||
};
|
||||
|
||||
void sym_ForEach(void (*func)(Symbol *));
|
||||
void sym_ForEach(void (*func)(Symbol &));
|
||||
|
||||
void sym_SetExportAll(bool set);
|
||||
Symbol *sym_AddLocalLabel(char const *symName);
|
||||
|
||||
Reference in New Issue
Block a user