mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Avoid using std::get except in holds_alternative-asserting accessors
This commit is contained in:
@@ -33,6 +33,9 @@ struct Symbol {
|
||||
int32_t, // Constants just have a numeric value
|
||||
Label // Label values refer to an offset within a specific section
|
||||
> data;
|
||||
|
||||
Label &label();
|
||||
Label const &label() const;
|
||||
};
|
||||
|
||||
void sym_AddSymbol(Symbol &symbol);
|
||||
|
||||
Reference in New Issue
Block a user