mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Output exported numeric constants to sym file (#1439)
This commit is contained in:
@@ -68,7 +68,7 @@ struct Symbol {
|
||||
uint32_t getConstantValue() const;
|
||||
};
|
||||
|
||||
void sym_ForEach(void (*func)(Symbol &));
|
||||
void sym_ForEach(void (*callback)(Symbol &));
|
||||
|
||||
void sym_SetExportAll(bool set);
|
||||
Symbol *sym_AddLocalLabel(std::string const &symName);
|
||||
|
||||
@@ -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