mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
can we have recursion
This commit is contained in:
parent
dd7ce4a22d
commit
050159a1e6
1 changed files with 1 additions and 0 deletions
|
@ -1245,6 +1245,7 @@ struct FurnaceGUISysDef {
|
|||
const char* extra;
|
||||
String definition;
|
||||
std::vector<FurnaceGUISysDefChip> orig;
|
||||
std::vector<FurnaceGUISysDef> subDefs;
|
||||
FurnaceGUISysDef(const char* n, std::initializer_list<FurnaceGUISysDefChip> def, const char* e=NULL);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue