mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Output exported numeric constants to sym file (#1439)
This commit is contained in:
@@ -38,6 +38,8 @@ struct Symbol {
|
||||
Label const &label() const;
|
||||
};
|
||||
|
||||
void sym_ForEach(void (*callback)(Symbol &));
|
||||
|
||||
void sym_AddSymbol(Symbol &symbol);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user