mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Refactor FileStackNode::dump to not need a helper function
This commit is contained in:
@@ -42,7 +42,7 @@ struct FileStackNode {
|
||||
FileStackNode(FileStackNodeType type_, std::variant<std::vector<uint32_t>, std::string> data_)
|
||||
: type(type_), data(data_){};
|
||||
|
||||
void dump(uint32_t curLineNo) const;
|
||||
std::string const &dump(uint32_t curLineNo) const;
|
||||
};
|
||||
|
||||
#define DEFAULT_MAX_DEPTH 64
|
||||
|
||||
Reference in New Issue
Block a user