mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use std::map for rgbasm symbols
This commit is contained in:
@@ -102,7 +102,7 @@ static inline char const *sym_GetStringValue(struct Symbol const *sym)
|
||||
return sym->equs.value;
|
||||
}
|
||||
|
||||
void sym_ForEach(void (*func)(struct Symbol *, void *), void *arg);
|
||||
void sym_ForEach(void (*func)(struct Symbol *));
|
||||
|
||||
int32_t sym_GetValue(struct Symbol const *sym);
|
||||
void sym_SetExportAll(bool set);
|
||||
|
||||
Reference in New Issue
Block a user