mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use std::vector for section symbols
This commit is contained in:
@@ -48,8 +48,7 @@ struct Section {
|
||||
std::vector<struct Patch> *patches;
|
||||
// Extra info computed during linking
|
||||
std::vector<struct Symbol *> *fileSymbols;
|
||||
uint32_t nbSymbols;
|
||||
struct Symbol **symbols;
|
||||
std::vector<struct Symbol *> *symbols;
|
||||
struct Section *nextu; // The next "component" of this unionized sect
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user