mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make sectionMap not extern
This commit is contained in:
@@ -50,7 +50,6 @@ struct SectionSpec {
|
||||
};
|
||||
|
||||
extern std::deque<Section> sectionList;
|
||||
extern std::unordered_map<std::string, size_t> sectionMap; // Indexes into `sectionList`
|
||||
extern Section *currentSection;
|
||||
|
||||
Section *sect_FindSectionByName(std::string const &name);
|
||||
|
||||
Reference in New Issue
Block a user